From cf628dea7cf33ed4125cc45ee4a58ab58d947390 Mon Sep 17 00:00:00 2001 From: Kadir Date: Fri, 21 Jun 2024 23:35:33 +0300 Subject: [PATCH] Bump to version 1.1.0 --- CMakeLists.txt | 2 +- Changelog.md | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) 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