diff --git a/CHANGELOG.md b/CHANGELOG.md index eb94c8d02c..93780f60f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.4.1 + +[Full Changelog](https://github.com/SUSE/stratos/compare/4.4.0...4.4.1) + +This release contains the following fixes: + +**Fixes:** + +- Can't deploy Stratos via Helm to a k8s cluster with Pod Security Policies enabled [\#4862](https://github.com/cloudfoundry/stratos/issues/4862) + + ## 4.4.0 [Full Changelog](https://github.com/cloudfoundry/stratos/compare/4.3.0...4.4.0) diff --git a/package-lock.json b/package-lock.json index 68189fc08a..bc23502d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stratos", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c46afd22f..27bfdb4609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stratos", - "version": "4.4.0", + "version": "4.4.1", "description": "Stratos Console", "main": "index.js", "scripts": {