diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d33eaa6b..89a2b2e9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 4.4.5 + +[Full Changelog](https://github.com/SUSE/stratos/compare/4.4.4...4.4.5) + +This release contains the following fixes: + +**Fixes:** +- List filters fail to work after refreshing a 'max'ed list [\#560](https://github.com/SUSE/stratos/issues/560) + ## 4.4.4 [Full Changelog](https://github.com/SUSE/stratos/compare/4.4.3...4.4.4) diff --git a/package-lock.json b/package-lock.json index 42911b4e31..3158fbf3b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stratos", - "version": "4.4.4", + "version": "4.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b7daf1ed7..40a6c4b67e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stratos", - "version": "4.4.4", + "version": "4.4.5", "description": "Stratos Console", "main": "index.js", "scripts": {