diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f877563..32dbe0e2b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "5.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a817220..f5f890b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [5.0.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/4.0.0...5.0.0) (2024-11-07) + + +### ⚠ BREAKING CHANGES + +* **api:** UI now requires AS API v4 + +### Features + +* **api:** update account server API to v4 ([e4def65](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/e4def652ae9ce2b95d85f912aa95c83af823b763)) + ## [4.0.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/4.0.0-rc.0...4.0.0) (2024-08-13) diff --git a/package.json b/package.json index 6dc65a363..de98bdae7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "4.0.0", + "version": "5.0.0", "private": true, "repository": { "type": "git",