From 24d8913efc384f20f9c4f4538834981bea00ff00 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:12:04 +0000 Subject: [PATCH] chore(main): release 0.8.0-alpha --- CHANGELOG.md | 13 +++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfd37f..a1fa0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.0-alpha](https://github.com/instill-ai/mgmt-backend/compare/v0.7.0-alpha...v0.8.0-alpha) (2023-12-08) + + +### Features + +* **datamodel:** add profile_avatar and profile_data fields ([#144](https://github.com/instill-ai/mgmt-backend/issues/144)) ([fa8a18a](https://github.com/instill-ai/mgmt-backend/commit/fa8a18afb61e3c4614788c4bfad8a6e5036ac0da)) +* **organization:** add organization and membership rules ([#146](https://github.com/instill-ai/mgmt-backend/issues/146)) ([a264412](https://github.com/instill-ai/mgmt-backend/commit/a26441225490c3f2f066a39933a6d8e3349fa2e3)) + + +### Bug Fixes + +* **handler:** fix organization can not revoke user membership ([#154](https://github.com/instill-ai/mgmt-backend/issues/154)) ([348f222](https://github.com/instill-ai/mgmt-backend/commit/348f222dd4eeb1ad344d5e26cd7313c087d4c2dd)) + ## [0.7.0-alpha](https://github.com/instill-ai/mgmt-backend/compare/v0.6.2-alpha...v0.7.0-alpha) (2023-11-28) diff --git a/release-please/manifest.json b/release-please/manifest.json index 62c4a79..43627f4 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0-alpha" + ".": "0.8.0-alpha" }