diff --git a/CHANGELOG.md b/CHANGELOG.md index 53678ca5..9fd2a904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ 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). ## [Unreleased] +Nothing yet. + +## [1.1.1] - 2022-01-30 ### Changed -- Replaced size() in filters with DIM +- Replaced size() in filters with DIM [#26](https://github.com/improbable-eng/phtree-cpp/pull/26) ## [1.1.0] - 2022-01-25 ### Added @@ -67,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Nothing. -[Unreleased]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/improbable-eng/phtree-cpp/compare/v1.0.0...v1.1.0 [1.0.1]: https://github.com/improbable-eng/phtree-cpp/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/improbable-eng/phtree-cpp/compare/v0.1.0...v1.0.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 699dacd4..18a5da8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) # set the project name -project(PH_Tree_Main VERSION 1.1.0 +project(PH_Tree_Main VERSION 1.1.1 DESCRIPTION "PH-Tree C++" LANGUAGES CXX)