Skip to content

Commit 9be69a8

Browse files
committed
CHANGELOG rotation
1 parent 6e4d83a commit 9be69a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.6.0] - 2021-04-30
10+
911
### Added
1012
- Add method SpatialIndex#pointsInExtentAsIterable [#3349](https://github.com/locationtech/geotrellis/issues/3349)
1113
- Spark 3 & Hadoop 3 Support [#3218](https://github.com/locationtech/geotrellis/issues/3218)
@@ -1126,7 +1128,9 @@ efficiently using the layer query API.
11261128
the slick scala database library.
11271129
- Perform PostGIS `ST_` operations in PostGIS through scala.
11281130

1129-
[Unreleased]: https://github.com/locationtech/geotrellis/compare/v3.5.1...HEAD
1131+
[Unreleased]: https://github.com/locationtech/geotrellis/compare/v3.6.0...HEAD
1132+
[3.6.0]: https://github.com/locationtech/geotrellis/compare/v3.6.0...v3.5.1
1133+
[3.5.2]: https://github.com/locationtech/geotrellis/compare/v3.5.2...v3.5.1
11301134
[3.5.1]: https://github.com/locationtech/geotrellis/compare/v3.5.1...v3.5.0
11311135
[3.5.0]: https://github.com/locationtech/geotrellis/compare/v3.4.1...v3.5.0
11321136
[3.4.1]: https://github.com/locationtech/geotrellis/compare/v3.4.0...v3.4.1

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "3.6.0-SNAPSHOT"
1+
ThisBuild / version := "3.6.0"

0 commit comments

Comments
 (0)