Skip to content

Commit

Permalink
chore(main): release 0.8.0-beta (#145)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.8.0-beta](v0.7.0-alpha...v0.8.0-beta)
(2023-12-15)


### Features

* **datamodel:** add profile_avatar and profile_data fields
([#144](#144))
([fa8a18a](fa8a18a))
* **organization:** add organization and membership rules
([#146](#146))
([a264412](a264412))


### Bug Fixes

* **handler:** fix organization can not revoke user membership
([#154](#154))
([348f222](348f222))


### Miscellaneous Chores

* release v0.8.0-beta
([d2007d6](d2007d6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Dec 15, 2023
1 parent d2007d6 commit e7d72c2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.8.0-beta](https://github.com/instill-ai/mgmt-backend/compare/v0.7.0-alpha...v0.8.0-beta) (2023-12-15)


### 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))


### Miscellaneous Chores

* release v0.8.0-beta ([d2007d6](https://github.com/instill-ai/mgmt-backend/commit/d2007d6394d550a48353e840e648c951274c2897))

## [0.7.0-alpha](https://github.com/instill-ai/mgmt-backend/compare/v0.6.2-alpha...v0.7.0-alpha) (2023-11-28)


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.7.0-alpha"
".": "0.8.0-beta"
}

0 comments on commit e7d72c2

Please sign in to comment.