From 87bd9009448e4c1c3c1a1fa81390baa8d047c3eb Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Wed, 23 Aug 2023 20:35:27 +0200 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- pom.xml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbf46ad5..3b057d888 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.1.0] - 2023-08-23 + ### Added - Add support for basic SVG elements @@ -559,7 +561,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.0.15...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/hal/elemento/compare/v1.0.15...v1.1.0 [1.0.15]: https://github.com/hal/elemento/compare/v1.0.14...v1.0.15 [1.0.14]: https://github.com/hal/elemento/compare/v1.0.13...v1.0.14 [1.0.13]: https://github.com/hal/elemento/compare/v1.0.12...v1.0.13 diff --git a/README.md b/README.md index f887c5776..80fc931dd 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.15 + 1.1.0 ``` @@ -318,7 +318,7 @@ To use it replace org.jboss.elemento elemento-core - 1.0.15 + 1.1.0 ``` @@ -328,7 +328,7 @@ with org.jboss.elemento elemento-core - 1.0.15-gwtcom + 1.1.0-gwtcom ``` diff --git a/pom.xml b/pom.xml index bf14e5208..02e0139d0 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-core - 1.0.16-SNAPSHOT + 1.1.0 jar Elemento Core Builder API and other goodies for GWT Elemental