diff --git a/CHANGELOG.md b/CHANGELOG.md index d27908b2..cb63171d 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.5.1] - 2022-10-18 + ### Added - **\[Python/C++\]** Added `PointCount` and `ChunkCount` to LazWriter - **\[Python/C++\]** Added `FilePath` property to LazWriter and FileWriter @@ -267,6 +269,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.5.1]: https://github.com/RockRobotic/copc-lib/compare/v2.5.0...v2.5.1 [2.5.0]: https://github.com/RockRobotic/copc-lib/compare/v2.4.1...v2.5.0 [2.4.1]: https://github.com/RockRobotic/copc-lib/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/RockRobotic/copc-lib/compare/v2.3.1...v2.4.0 @@ -283,4 +286,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.5.0...HEAD +[Unreleased]: https://github.com/RockRobotic/copc-lib/compare/v2.5.1...HEAD diff --git a/version b/version index fad066f8..4fd0fe3c 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0 \ No newline at end of file +2.5.1 \ No newline at end of file