diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eef859f..2e8b955e 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.3.1] - 2022-04-14 + ### Fixed - **\[Python/C++\]** Make Extents VLR optional when reading a file @@ -225,6 +227,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.3.1]: https://github.com/RockRobotic/copc-lib/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/RockRobotic/copc-lib/compare/v2.2.3...v2.3.0 [2.2.3]: https://github.com/RockRobotic/copc-lib/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/RockRobotic/copc-lib/compare/v2.2.1...v2.2.2 @@ -237,4 +240,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.3.0...HEAD +[Unreleased]: https://github.com/RockRobotic/copc-lib/compare/v2.3.1...HEAD diff --git a/version b/version index cc6612c3..a6254504 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.3.0 \ No newline at end of file +2.3.1 \ No newline at end of file