diff --git a/CHANGELOG b/CHANGELOG index 82d9f3f..a1b44d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +HBN SFOS Components 1.6.5 - 2022-03-26 +* new: add libstdc++ to the list of used 3rd party applications +* new: GPLv3 and GCC Runtime Library Exception license file + GPLv3GCCRLE.qml + HBN SFOS Components 1.6.4 - 2022-03-07 * fixed: do not put created icon providers into std::unique_ptr as they will already be put into QSharedPointer by diff --git a/CMakeLists.txt b/CMakeLists.txt index 25c85d1..b19e074 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0077 NEW) project(libHbnSfosComponents - VERSION 1.6.4 + VERSION 1.6.5 DESCRIPTION "A set of QML components to use on Sailfish OS." LANGUAGES CXX) diff --git a/README.md b/README.md index 592a1ca..b22adda 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ branch/tag to work with. Or integrate it as a submodule into your project git tr ### Cloning and branching - git clone --branch v1.6.4 https://github.com/Huessenbergnetz/HBN_SFOS_Components.git + git clone --branch v1.6.5 https://github.com/Huessenbergnetz/HBN_SFOS_Components.git ### Requirements * [HBN SFOS Cmake](https://github.com/Huessenbergnetz/HBN_SFOS_Cmake)