From 1879481aeec3581b65bdcd343873fb9d9ec2d77f Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Wed, 23 Nov 2022 12:16:53 +0000 Subject: [PATCH] Bump versions from 4.4.4 to 4.4.5, add to changelog --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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": {