diff --git a/CHANGELOG.md b/CHANGELOG.md
index 192d9d41..b2e03666 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,68 +7,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.1.0] - 2024-02-01
+
### Changed
-- Dictionaries with .json files are no longer showed in dictionary
- list: [#8](https://github.com/orbinson/aem-dictionary-translator/pull/5)
-- Labels with no translation for a specific language no longer have a
-sling:message so the value won't be empty but will have a fallback
-from another language or the key itself: [#12](https://github.com/orbinson/aem-dictionary-translator/pull/12)
+- Dictionaries with .json files are no longer showed in dictionary
+ list: [#8](https://github.com/orbinson/aem-dictionary-translator/pull/5)
+- Labels with no translation for a specific language no longer have a
+ sling:message so the value won't be empty but will have a fallback
+ from another language or the key itself: [#12](https://github.com/orbinson/aem-dictionary-translator/pull/12)
### Added
-- Publish specific labels in a dictionary: [#8](https://github.com/orbinson/aem-dictionary-translator/pull/5)
-- Export/Import CSV files of/to dictionaries: [#10](https://github.com/orbinson/aem-dictionary-translator/issues/10)
+- Publish specific labels in a dictionary: [#8](https://github.com/orbinson/aem-dictionary-translator/pull/5)
+- Export/Import CSV files of/to dictionaries: [#10](https://github.com/orbinson/aem-dictionary-translator/issues/10)
## [1.0.6] - 2023-09-12
### Changed
-- Add breadcrumbs to the dictionary labels page: [#3](https://github.com/orbinson/aem-dictionary-translator/issues/3)
+- Add breadcrumbs to the dictionary labels page: [#3](https://github.com/orbinson/aem-dictionary-translator/issues/3)
## [1.0.5] - 2023-08-30
### Fixed
-- Fix labels not working anymore when a new language is added
+- Fix labels not working anymore when a new language is added
## [1.0.4] - 2023-08-16
### Fixed
-- Use the distribution API to be able to deep replicate a
- dictionary: [#1](https://github.com/orbinson/aem-dictionary-translator/pull/1)
+- Use the distribution API to be able to deep replicate a
+ dictionary: [#1](https://github.com/orbinson/aem-dictionary-translator/pull/1)
## [1.0.3] - 2023-08-14
### Changed
-- Set minimum required SDK version to 2023.6.12255.20230608T053118Z-230400
+- Set minimum required SDK version to 2023.6.12255.20230608T053118Z-230400
## [1.0.2] - 2023-08-11
### Fixed
-- When adding new languages existing labels could not be updated
+- When adding new languages existing labels could not be updated
### Changed
-- Update README.md documentation
+- Update README.md documentation
## [1.0.1] - 2023-08-10
### Fixed
-- Use correct user mapping for service user
+- Use correct user mapping for service user
## [1.0.0] - 2023-08-09
### Added
-- Create, publish and edit dictionaries
-- Create, delete and update labels in a dictionary
+- Create, publish and edit dictionaries
+- Create, delete and update labels in a dictionary
+
+[Unreleased]: https://github.com/orbinson/aem-dictionary-translator/compare/1.1.0...HEAD
-[Unreleased]: https://github.com/orbinson/aem-dictionary-translator/compare/1.0.6...HEAD
+[1.1.0]: https://github.com/orbinson/aem-dictionary-translator/compare/1.0.6...1.1.0
[1.0.6]: https://github.com/orbinson/aem-dictionary-translator/compare/1.0.5...1.0.6
diff --git a/all/pom.xml b/all/pom.xml
index cab8e133..18d1ade0 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -6,7 +6,7 @@
be.orbinson.aem
aem-dictionary-translator
- 1.1.0-SNAPSHOT
+ 1.1.0
../pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index 933498a2..9a929dc4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
be.orbinson.aem
aem-dictionary-translator
- 1.1.0-SNAPSHOT
+ 1.1.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index 71c2e620..683c7633 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
be.orbinson.aem
aem-dictionary-translator
pom
- 1.1.0-SNAPSHOT
+ 1.1.0
AEM Dictionary Translator
Tool to translate AEM i18 labels for internationalization
diff --git a/ui.apps.structure/pom.xml b/ui.apps.structure/pom.xml
index 8c4dcdeb..70c55272 100644
--- a/ui.apps.structure/pom.xml
+++ b/ui.apps.structure/pom.xml
@@ -9,7 +9,7 @@
be.orbinson.aem
aem-dictionary-translator
- 1.1.0-SNAPSHOT
+ 1.1.0
../pom.xml
diff --git a/ui.apps/pom.xml b/ui.apps/pom.xml
index 1a6b454c..48ab6dff 100644
--- a/ui.apps/pom.xml
+++ b/ui.apps/pom.xml
@@ -6,7 +6,7 @@
be.orbinson.aem
aem-dictionary-translator
- 1.1.0-SNAPSHOT
+ 1.1.0
../pom.xml
diff --git a/ui.config/pom.xml b/ui.config/pom.xml
index 62da4546..329e46e5 100644
--- a/ui.config/pom.xml
+++ b/ui.config/pom.xml
@@ -6,7 +6,7 @@
be.orbinson.aem
aem-dictionary-translator
- 1.1.0-SNAPSHOT
+ 1.1.0
../pom.xml