From 1ebbdf88575fd3d5adc4a270379ebe10462dfef3 Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Fri, 22 Mar 2024 16:09:23 -0400 Subject: [PATCH] CHANGELOG.md rotate --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcffe64..9d37d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.6.3] - 2024-03-18 +## [2.7.0] - 2024-03-22 +## Added +- PDAL 2.7.x [#97](https://github.com/pdal/java/pull/97) (@pomadchin) +## [2.6.3] - 2024-03-18 ## Added - Adding MacOS M1 support. [#89](https://github.com/pdal/java/pull/89) (@metasim) @@ -18,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed - CMake list delimiter should be `;` [#96](https://github.com/pdal/java/pull/96) (@metasim) - ## [2.6.2] - 2024-03-02 ## Changed - Remove pipeline.validate() method [#86](https://github.com/pdal/java/pull/86) (@pomadchin)