diff --git a/CMakeLists.txt b/CMakeLists.txt index 805138b..dad8738 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21) -project(WorkerQueue VERSION "1.0.0") +project(WorkerQueue VERSION "1.1.0") set(CMAKE_CXX_STANDARD 17) set(PROJECT_DIR ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/Changelog.md b/Changelog.md index 7d0212e..05dd399 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,19 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased] - yyyy-mm-dd - -Here we write upgrading notes for brands. It's a team effort to make them as -straightforward as possible. +## [1.1.0] - 2021-6-21 + +### Added +- Added Android support +- Added static and shared library support + +### Changed +- Improved CMake configuration +- Improved code styling +- Improved CI build + +### Fixed +- Some fixes and improvements ## [1.0.0] - 2021-12-18