diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e75192..6ff5c02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.3.0] - 2023-05-30
+
### Added
- Parsing NTv2 Improvement [#99](https://github.com/locationtech/proj4j/pull/99)
- GH-89: initial support for NTv2 [#98](https://github.com/locationtech/proj4j/pull/98)
@@ -99,7 +101,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.2.3...HEAD
+[Unreleased]: https://github.com/locationtech/proj4j/compare/v1.3.0...HEAD
+[1.3.0]: https://github.com/locationtech/proj4j/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/locationtech/proj4j/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/locationtech/proj4j/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/locationtech/proj4j/compare/v1.2.0...v1.2.1
diff --git a/core/pom.xml b/core/pom.xml
index 94b2aee..b468294 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.proj4j
proj4j
- 1.2.4-SNAPSHOT
+ 1.3.0
bundle
Proj4J
https://github.com/locationtech/proj4j
diff --git a/epsg/pom.xml b/epsg/pom.xml
index 32577a4..6579335 100644
--- a/epsg/pom.xml
+++ b/epsg/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.proj4j
proj4j-epsg
- 1.2.4-SNAPSHOT
+ 1.3.0
jar
Proj4J EPSG
https://github.com/locationtech/proj4j
diff --git a/pom.xml b/pom.xml
index 6391160..7869fe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
Alternatively, it could be set to ${revision} and overrided at start `mvn -Drevision=1.1.4-SNAPSHOT install`
jgitver plugin always overrides the version set here. -->
- 1.2.4-SNAPSHOT
+ 1.3.0
pom
Proj4J Root
https://github.com/locationtech/proj4j