diff --git a/CHANGELOG.md b/CHANGELOG.md index af0a71f11..9a30c1735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.6.0](https://github.com/terrestris/shogun-util/compare/v5.5.0...v5.6.0) (2023-06-19) + + +### Features + +* optionally keep client config ([57731de](https://github.com/terrestris/shogun-util/commit/57731deab591d486e51aaafc3804f0d034359704)) + # [5.5.0](https://github.com/terrestris/shogun-util/compare/v5.4.1...v5.5.0) (2023-06-02) diff --git a/package-lock.json b/package-lock.json index e7fc2e2bc..7b0374d30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/shogun-util", - "version": "5.5.0", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terrestris/shogun-util", - "version": "5.5.0", + "version": "5.6.0", "license": "BSD-2-Clause", "dependencies": { "@terrestris/base-util": "^1.0.1", diff --git a/package.json b/package.json index 45a8ff611..c3f4e8ca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terrestris/shogun-util", - "version": "5.5.0", + "version": "5.6.0", "keywords": [], "bugs": { "url": "https://github.com/terrestris/shogun-util/issues"