From abd3dde5ac58bb425c71bde05aad71d6eb33fed5 Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Fri, 25 Mar 2022 18:54:48 -0400 Subject: [PATCH] CHANGELOG rotate --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92abfa3..5c7836f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.5] - 2022-03-25 + +### Fixed - Fix Grid equals [#78](https://github.com/locationtech/proj4j/pull/78) ## [1.1.4] - 2021-11-03 @@ -65,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix possible `null` dereference [#16](https://github.com/locationtech/proj4j/pull/16) - Fix `cea` (Cylindrical Equal Area) projection [#10](https://github.com/locationtech/proj4j/pull/10) -[Unreleased]: https://github.com/locationtech/proj4j/compare/v1.1.4...HEAD +[Unreleased]: https://github.com/locationtech/proj4j/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/locationtech/proj4j/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/locationtech/proj4j/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/locationtech/proj4j/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/locationtech/proj4j/compare/v1.1.1...v1.1.2