diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1c3268..5748ef7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task-adaptation/compare/v1.0.23...HEAD).
+A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task-adaptation/compare/v1.1.0...HEAD).
+
+
+## [v1.1.0] - 2024-01-30
+### Bug Fixes
+- Include app variant id in bundle name [`afab97a`](https://github.com/SAP/ui5-task-adaptation/commit/afab97a10867a58b6e96eb4310f288d29773cf66)
+
## [v1.0.23] - 2024-01-19
@@ -67,6 +73,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task
## v1.0.0 - 2020-12-09
+[v1.1.0]: https://github.com/SAP/ui5-task-adaptation/compare/v1.0.23...v1.1.0
[v1.0.23]: https://github.com/SAP/ui5-task-adaptation/compare/v1.0.21...v1.0.23
[v1.0.21]: https://github.com/SAP/ui5-task-adaptation/compare/v1.0.20...v1.0.21
[v1.0.20]: https://github.com/SAP/ui5-task-adaptation/compare/v1.0.19...v1.0.20
diff --git a/package-lock.json b/package-lock.json
index f0ae012..c8e657a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@ui5/task-adaptation",
- "version": "1.0.23",
+ "version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ui5/task-adaptation",
- "version": "1.0.23",
+ "version": "1.1.0",
"license": "Apache-2.0",
"dependencies": {
"@buxlabs/amd-to-es6": "^0.16.1",
diff --git a/package.json b/package.json
index 4da3ee2..1e49197 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ui5/task-adaptation",
- "version": "1.0.23",
+ "version": "1.1.0",
"description": "Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment",
"main": "index.js",
"scripts": {