diff --git a/CHANGELOG.md b/CHANGELOG.md index 926bcb1..a4721f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.11.0-beta](https://github.com/instill-ai/mgmt-backend/compare/v0.10.0-beta...v0.11.0-beta) (2024-02-14) + + +### Features + +* delete related resources when an organization is deleted ([#180](https://github.com/instill-ai/mgmt-backend/issues/180)) ([313d942](https://github.com/instill-ai/mgmt-backend/commit/313d9427ed84113aa6d7074d2554619ed0c62ce8)) +* refactor AuthenticatedUser endpoints ([#175](https://github.com/instill-ai/mgmt-backend/issues/175)) ([fbf08af](https://github.com/instill-ai/mgmt-backend/commit/fbf08af9dcc2ea11ae6abf7163de87e17f490aeb)) +* refactor user and organization profile fields ([#177](https://github.com/instill-ai/mgmt-backend/issues/177)) ([94ff2df](https://github.com/instill-ai/mgmt-backend/commit/94ff2df41b4676d9b6e45c7e35cd2fe696d56e40)) + + +### Bug Fixes + +* fix the membership endpoint broken after organization deleted ([#178](https://github.com/instill-ai/mgmt-backend/issues/178)) ([59981c6](https://github.com/instill-ai/mgmt-backend/commit/59981c684ff2e05b6505ee9d7ff18c5372c54517)) + ## [0.10.0-beta](https://github.com/instill-ai/mgmt-backend/compare/v0.9.0-beta...v0.10.0-beta) (2024-01-30) diff --git a/release-please/manifest.json b/release-please/manifest.json index 7c816e7..1b0b329 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0-beta" + ".": "0.11.0-beta" }