diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28223cd..c5a6386 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,10 @@
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.3.2...HEAD).
+A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task-adaptation/compare/v1.3.3...HEAD).
+
+
+## [v1.3.3] - 2024-09-11
## [v1.3.2] - 2024-06-04
@@ -94,6 +97,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task
## v1.0.0 - 2020-12-09
+[v1.3.3]: https://github.com/SAP/ui5-task-adaptation/compare/v1.3.2...v1.3.3
[v1.3.2]: https://github.com/SAP/ui5-task-adaptation/compare/v1.3.1...v1.3.2
[v1.3.1]: https://github.com/SAP/ui5-task-adaptation/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/SAP/ui5-task-adaptation/compare/v1.2.0...v1.3.0
diff --git a/package-lock.json b/package-lock.json
index c64cc4e..7fd38e9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@ui5/task-adaptation",
- "version": "1.3.2",
+ "version": "1.3.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ui5/task-adaptation",
- "version": "1.3.2",
+ "version": "1.3.3",
"license": "Apache-2.0",
"dependencies": {
"@sap-ux/axios-extension": "^1.13.1",
diff --git a/package.json b/package.json
index ecaa1a1..1f572a2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ui5/task-adaptation",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment",
"main": "index.js",
"scripts": {