Skip to content

Commit

Permalink
Prepare 0.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld committed Nov 8, 2021
1 parent bb512c8 commit f59ac26
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.13.0)
set(QTKEYCHAIN_VERSION 0.13.1)
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.13.1 (release 2021-11-08)

- KWallet: Fix deletion of entries (Issue #199)

version 0.13.0 (release 2021-11-07)

- Linux: Require libsecret if not explicitly disabled
Expand Down

0 comments on commit f59ac26

Please sign in to comment.