diff --git a/CHANGELOG.md b/CHANGELOG.md index 26694024..0087bab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.2] - 2022-01-31 + ### Fixed - **\[Python/C++\]** Fix bug with handling of non-existant path in FileWriter. @@ -199,6 +201,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.1.0]: https://github.com/RockRobotic/copc-lib/compare/v1.0...v1.1.0 [1.2.0]: https://github.com/RockRobotic/copc-lib/compare/v1.1.0...v1.2.0 +[2.2.2]: https://github.com/RockRobotic/copc-lib/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/RockRobotic/copc-lib/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/RockRobotic/copc-lib/compare/v2.1.3...v2.2.0 [2.1.3]: https://github.com/RockRobotic/copc-lib/compare/v2.1.2...v2.1.3 @@ -208,4 +211,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.0.0]: https://github.com/RockRobotic/copc-lib/compare/v1.3.1...v2.0.0 [1.3.1]: https://github.com/RockRobotic/copc-lib/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/RockRobotic/copc-lib/compare/v1.2.0...v1.3.0 -[Unreleased]: https://github.com/RockRobotic/copc-lib/compare/v2.2.1...HEAD +[Unreleased]: https://github.com/RockRobotic/copc-lib/compare/v2.2.2...HEAD diff --git a/version b/version index fae692e4..7e541aec 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.2.1 \ No newline at end of file +2.2.2 \ No newline at end of file