From 9be69a86319f08661782af4d01a5dcdf62d7a00f Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Fri, 30 Apr 2021 14:59:22 -0400 Subject: [PATCH] CHANGELOG rotation --- CHANGELOG.md | 6 +++++- version.sbt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84ed0ed89..388d00b51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.6.0] - 2021-04-30 + ### Added - Add method SpatialIndex#pointsInExtentAsIterable [#3349](https://github.com/locationtech/geotrellis/issues/3349) - Spark 3 & Hadoop 3 Support [#3218](https://github.com/locationtech/geotrellis/issues/3218) @@ -1126,7 +1128,9 @@ efficiently using the layer query API. the slick scala database library. - Perform PostGIS `ST_` operations in PostGIS through scala. -[Unreleased]: https://github.com/locationtech/geotrellis/compare/v3.5.1...HEAD +[Unreleased]: https://github.com/locationtech/geotrellis/compare/v3.6.0...HEAD +[3.6.0]: https://github.com/locationtech/geotrellis/compare/v3.6.0...v3.5.1 +[3.5.2]: https://github.com/locationtech/geotrellis/compare/v3.5.2...v3.5.1 [3.5.1]: https://github.com/locationtech/geotrellis/compare/v3.5.1...v3.5.0 [3.5.0]: https://github.com/locationtech/geotrellis/compare/v3.4.1...v3.5.0 [3.4.1]: https://github.com/locationtech/geotrellis/compare/v3.4.0...v3.4.1 diff --git a/version.sbt b/version.sbt index 8d0e33a2ad..9260713cd6 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "3.6.0-SNAPSHOT" +ThisBuild / version := "3.6.0"