Skip to content

Commit

Permalink
Prepare 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld committed Jun 1, 2023
1 parent 269eacf commit 69f993c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

set(QTKEYCHAIN_VERSION 0.14.0)
set(QTKEYCHAIN_VERSION 0.14.1)
set(QTKEYCHAIN_SOVERSION 1)

project(qtkeychain VERSION ${QTKEYCHAIN_VERSION} LANGUAGES CXX)
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

version 0.14.1 (release 2023-06-01)

- Export QKeychain::isAvailable() to make it usable in a shared build (Volker Krause <[email protected]>)
- Protect against creating the QtKeychain::QtKeychain alias target twice (Volker Krause <[email protected]>)

version 0.14.0 (release 2023-05-12)

- Add Qt 6 Android support (Igor Bugaev <[email protected]>)
Expand Down

0 comments on commit 69f993c

Please sign in to comment.