diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8878daee5..34f939bfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
+## [1.2.5] - 2023-10-24
+
### Added
- Add overloaded `style()` methods to `HasHTMLElement`:
@@ -655,7 +657,8 @@ Switch to Apache2 license
- for dependency upgrades
-->
-[Unreleased]: https://github.com/hal/elemento/compare/v1.2.4...HEAD
+[Unreleased]: https://github.com/hal/elemento/compare/v1.2.5...HEAD
+[1.2.5]: https://github.com/hal/elemento/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/hal/elemento/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/hal/elemento/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/hal/elemento/compare/v1.2.1...v1.2.2
diff --git a/README.md b/README.md
index 5340c6705..bb7e4154f 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.4
+ 1.2.5
```
@@ -321,7 +321,7 @@ To create SVG elements, add the following dependency to your POM:
org.jboss.elemento
elemento-svg
- 1.2.4
+ 1.2.5
```
@@ -343,7 +343,7 @@ To create MathML elements, add the following dependency to your POM:
org.jboss.elemento
elemento-mathml
- 1.2.4
+ 1.2.5
```
diff --git a/bom/pom.xml b/bom/pom.xml
index e93453c1a..1ffb1b37d 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
org.jboss.elemento
elemento-parent
- 1.2.5-SNAPSHOT
+ 1.2.5
../pom.xml
diff --git a/build-config/pom.xml b/build-config/pom.xml
index 6c935f07c..ba50e29de 100644
--- a/build-config/pom.xml
+++ b/build-config/pom.xml
@@ -22,7 +22,7 @@
org.jboss.elemento
elemento-parent
- 1.2.5-SNAPSHOT
+ 1.2.5
../pom.xml
diff --git a/code-parent/pom.xml b/code-parent/pom.xml
index ff7339b04..1a2b68b97 100644
--- a/code-parent/pom.xml
+++ b/code-parent/pom.xml
@@ -23,7 +23,7 @@
org.jboss.elemento
elemento-parent
- 1.2.5-SNAPSHOT
+ 1.2.5
../pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index 282c99dce..1bda48324 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.2.5-SNAPSHOT
+ 1.2.5
../code-parent/pom.xml
elemento-core
- 1.2.5-SNAPSHOT
+ 1.2.5
jar
Elemento Core
Elemento Core API
diff --git a/mathml/pom.xml b/mathml/pom.xml
index bd5c42664..7bd1df0a7 100644
--- a/mathml/pom.xml
+++ b/mathml/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.2.5-SNAPSHOT
+ 1.2.5
../code-parent/pom.xml
elemento-mathml
- 1.2.5-SNAPSHOT
+ 1.2.5
jar
Elemento MathML
Elemento MathML API
diff --git a/pom.xml b/pom.xml
index 48d704315..80e9f0318 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
org.jboss.elemento
elemento-parent
- 1.2.5-SNAPSHOT
+ 1.2.5
pom
Elemento Parent
Builder API and other goodies for GWT Elemental
diff --git a/svg/pom.xml b/svg/pom.xml
index fa28ebe19..7872938a1 100644
--- a/svg/pom.xml
+++ b/svg/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.2.5-SNAPSHOT
+ 1.2.5
../code-parent/pom.xml
elemento-svg
- 1.2.5-SNAPSHOT
+ 1.2.5
jar
Elemento SVG
Elemento SVG API