diff --git a/CHANGELOG.md b/CHANGELOG.md index af2f5fb01..8fec4d177 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.0.12] - 2023-08-03 + ### Upgrades - Upgrade to Java 17 @@ -524,7 +526,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.0.11...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.0.12...HEAD +[1.0.12]: https://github.com/hal/elemento/compare/v1.0.11...v1.0.12 [1.0.11]: https://github.com/hal/elemento/compare/v1.0.10...v1.0.11 [1.0.10]: https://github.com/hal/elemento/compare/v1.0.9...v1.0.10 [1.0.9]: https://github.com/hal/elemento/compare/v1.0.8...v1.0.9 diff --git a/README.md b/README.md index 1e938c4c5..31a21bfb5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org org.jboss.elemento elemento-core - 1.0.11 + 1.0.12 ``` @@ -318,7 +318,7 @@ To use it replace org.jboss.elemento elemento-core - 1.0.11 + 1.0.12 ``` @@ -328,7 +328,7 @@ with org.jboss.elemento elemento-core - 1.0.11-gwtcom + 1.0.12-gwtcom ``` diff --git a/pom.xml b/pom.xml index b1f0b6053..6c4ee89d5 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-core - 1.0.12-SNAPSHOT + 1.0.12 jar Elemento Core Builder API and other goodies for GWT Elemental