Skip to content

Commit

Permalink
Prepare 0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld committed Dec 16, 2020
1 parent 74e075c commit 815fe61
Show file tree
Hide file tree
Showing 2 changed files with 7 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.3)

set(QTKEYCHAIN_VERSION 0.11.90)
set(QTKEYCHAIN_VERSION 0.12.0)
set(QTKEYCHAIN_SOVERSION 1)

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

version 0.12.0 (release 2020-12-16)

* Add Qt 6 support, drop Qt 4 support
* Require C++11
* Add Android support (Mathias Hasselmann)

version 0.11.1 (release 2020-09-08)

* Build system fixes
Expand Down

0 comments on commit 815fe61

Please sign in to comment.