diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd3016a2..070f57c4 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/karma-ui5/compare/v3.0.1...HEAD).
+A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v3.0.2...HEAD).
+
+
+## [v3.0.2] - 2023-02-17
## [v3.0.1] - 2023-02-16
@@ -205,6 +208,7 @@ versions will only be published as `karma-ui5`.
## 0.1.0 - 2014-12-08
+[v3.0.2]: https://github.com/SAP/karma-ui5/compare/v3.0.1...v3.0.2
[v3.0.1]: https://github.com/SAP/karma-ui5/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/SAP/karma-ui5/compare/v2.4.0...v3.0.0
[v2.4.0]: https://github.com/SAP/karma-ui5/compare/v2.3.4...v2.4.0
diff --git a/package-lock.json b/package-lock.json
index 8d4e160a..f82e0cc1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "karma-ui5",
- "version": "3.0.1",
+ "version": "3.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "karma-ui5",
- "version": "3.0.1",
+ "version": "3.0.2",
"license": "Apache-2.0",
"dependencies": {
"@ui5/fs": "^3.0.1",
diff --git a/package.json b/package.json
index d5bef8b0..ab870b6b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "karma-ui5",
"description": "A Karma plugin for UI5",
- "version": "3.0.1",
+ "version": "3.0.2",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/SAP/karma-ui5",