diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce2fa9..a914eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.2] - 2022-03-31 + ## [1.0.1] - 2021-12-20 ### Added - Add public functions for connecting (connectToAstarte) and disconnecting (disconnectFromAstarte). diff --git a/CMakeLists.txt b/CMakeLists.txt index 45ee423..4a6d8a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/mo # Modify these variables to what suits the application best. Remember, no dashes in the version! set(ASTARTE_DEVICE_SDK_QT5_ABI_VERSION 1) set(ASTARTE_DEVICE_SDK_QT5_MINOR_VERSION 0) -set(ASTARTE_DEVICE_SDK_QT5_RELEASE_VERSION 1) +set(ASTARTE_DEVICE_SDK_QT5_RELEASE_VERSION 2) option(ASTARTE_DEVICE_SDK_QT5_DEVELOPMENT_RELEASE "Must be ON unless we're releasing" OFF) option(ENABLE_WERROR "Enables WError. Always enable when developing, and disable when releasing." OFF)