Skip to content

Commit

Permalink
Prepare 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld committed Dec 17, 2023
1 parent c3ce62c commit 8eac988
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1)
set(QTKEYCHAIN_VERSION 0.14.2)
set(QTKEYCHAIN_SOVERSION 1)

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

version 0.14.2 (release 2023-12-17)

- Add support for KWallet 6 (Volker Krause <[email protected]>)

version 0.14.1 (release 2023-06-01)

- Export QKeychain::isAvailable() to make it usable in a shared build (Volker Krause <[email protected]>)
Expand Down

0 comments on commit 8eac988

Please sign in to comment.