diff --git a/CHANGELOG.md b/CHANGELOG.md index 587f16d..6f0b81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ + # Changelog All notable changes to this project will be documented in this file. @@ -6,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2022-12-4 + ### Fixed - Fix EquidistantAzimuthalProjection through add geodesic package [#84](https://github.com/locationtech/proj4j/issues/84) - Fix RobinsonProjection [#87](https://github.com/locationtech/proj4j/issues/87) @@ -77,7 +80,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.5...HEAD +[Unreleased]: https://github.com/locationtech/proj4j/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/locationtech/proj4j/compare/v1.1.5...v1.2.0 [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