diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d713d5c1..5e531ed39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [1.3.0] - 2024-03-01
+
### Added
#### Router
@@ -825,7 +827,8 @@ Switch to Apache2 license
-[Unreleased]: https://github.com/hal/elemento/compare/v1.2.13...HEAD
+[Unreleased]: https://github.com/hal/elemento/compare/v1.3.0...HEAD
+[1.3.0]: https://github.com/hal/elemento/compare/v1.2.13...v1.3.0
[1.2.13]: https://github.com/hal/elemento/compare/v1.2.12...v1.2.13
[1.2.12]: https://github.com/hal/elemento/compare/v1.2.11...v1.2.12
[1.2.11]: https://github.com/hal/elemento/compare/v1.2.10...v1.2.11
diff --git a/README.md b/README.md
index c1133c7f0..adc2370df 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org
org.jboss.elemento
elemento-core
- 1.2.13
+ 1.3.0
```
@@ -321,7 +321,7 @@ To create SVG elements, add the following dependency to your POM:
org.jboss.elemento
elemento-svg
- 1.2.13
+ 1.3.0
```
@@ -343,7 +343,7 @@ To create MathML elements, add the following dependency to your POM:
org.jboss.elemento
elemento-mathml
- 1.2.13
+ 1.3.0
```
diff --git a/bom/pom.xml b/bom/pom.xml
index 3aa928b86..99befa027 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
org.jboss.elemento
elemento-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
../pom.xml
diff --git a/build-config/pom.xml b/build-config/pom.xml
index 3d89e4d54..66667fa1d 100644
--- a/build-config/pom.xml
+++ b/build-config/pom.xml
@@ -22,7 +22,7 @@
org.jboss.elemento
elemento-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
../pom.xml
diff --git a/code-parent/pom.xml b/code-parent/pom.xml
index ba965944e..880858f79 100644
--- a/code-parent/pom.xml
+++ b/code-parent/pom.xml
@@ -23,7 +23,7 @@
org.jboss.elemento
elemento-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
../pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index ac7d2048f..367c4bfec 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
../code-parent/pom.xml
elemento-core
- 1.2.14-SNAPSHOT
+ 1.3.0
jar
Elemento Core
Elemento Core API
diff --git a/mathml/pom.xml b/mathml/pom.xml
index 76bfdaac2..cd15fafb6 100644
--- a/mathml/pom.xml
+++ b/mathml/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
../code-parent/pom.xml
elemento-mathml
- 1.2.14-SNAPSHOT
+ 1.3.0
jar
Elemento MathML
Elemento MathML API
diff --git a/pom.xml b/pom.xml
index a5e96c95c..6b4e07288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
org.jboss.elemento
elemento-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
pom
Elemento Parent
Builder API and other goodies for GWT Elemental
diff --git a/router-processor/pom.xml b/router-processor/pom.xml
index 1422d4003..358e95618 100644
--- a/router-processor/pom.xml
+++ b/router-processor/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
../code-parent/pom.xml
elemento-router-processor
- 1.2.14-SNAPSHOT
+ 1.3.0
jar
Elemento Router Processor
Elemento router annotation processor
diff --git a/router/pom.xml b/router/pom.xml
index ad8c44216..d9b39ab0c 100644
--- a/router/pom.xml
+++ b/router/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
../code-parent/pom.xml
elemento-router
- 1.2.14-SNAPSHOT
+ 1.3.0
jar
Elemento Router
Elemento router and place manager
diff --git a/svg/pom.xml b/svg/pom.xml
index b8ab17869..c1d363d56 100644
--- a/svg/pom.xml
+++ b/svg/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.2.14-SNAPSHOT
+ 1.3.0
../code-parent/pom.xml
elemento-svg
- 1.2.14-SNAPSHOT
+ 1.3.0
jar
Elemento SVG
Elemento SVG API