Skip to content

Commit

Permalink
chore(main): release 0.11.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Feb 14, 2024
1 parent 313d942 commit 19afde8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0-beta"
".": "0.11.0-beta"
}

0 comments on commit 19afde8

Please sign in to comment.