diff --git a/CHANGELOG.md b/CHANGELOG.md index f4213b8..96c0497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.0] - 2024-05-31 + ### Added: - RS-180: Show license information in the web console, [PR-64](https://github.com/reductstore/web-console/pull/64) @@ -155,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release -[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/reduct-storage/web-console/compare/v1.6.0...v1.5.0 [1.5.0]: https://github.com/reduct-storage/web-console/compare/v1.5.0...v1.4.1 [1.4.1]: https://github.com/reduct-storage/web-console/compare/v1.4.1...v1.4.0 [1.4.0]: https://github.com/reduct-storage/web-console/compare/v1.3.0...v1.4.0 diff --git a/package-lock.json b/package-lock.json index 43acb37..b1421bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-console", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-console", - "version": "1.5.0", + "version": "1.6.0", "devDependencies": { "@ant-design/icons": "^4.8.1", "@testing-library/jest-dom": "^5.17.0", diff --git a/package.json b/package.json index e578193..f7840b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-console", - "version": "1.5.0", + "version": "1.6.0", "private": true, "homepage": "/ui", "devDependencies": {