Skip to content

Commit 5a07923

Browse files
committed
chore(main): release 0.9.0-beta
1 parent 64d61dc commit 5a07923

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.9.0-beta](https://github.com/instill-ai/mgmt-backend/compare/v0.8.0-beta...v0.9.0-beta) (2023-12-31)
4+
5+
6+
### Features
7+
8+
* compress avatar image ([#167](https://github.com/instill-ai/mgmt-backend/issues/167)) ([fe9b3e7](https://github.com/instill-ai/mgmt-backend/commit/fe9b3e7fbee8fa1fd4e57c6706d946881924e60e))
9+
* implement cache mechanism ([#164](https://github.com/instill-ai/mgmt-backend/issues/164)) ([f3ef2ab](https://github.com/instill-ai/mgmt-backend/commit/f3ef2abff65a194582a97be92bed41d1bebf9bba))
10+
11+
12+
### Bug Fixes
13+
14+
* fix `api_token` cache miss bug ([#166](https://github.com/instill-ai/mgmt-backend/issues/166)) ([ebc9acd](https://github.com/instill-ai/mgmt-backend/commit/ebc9acd14026913bee81e07986f8f96208a3378f))
15+
* remove user role enum ([#168](https://github.com/instill-ai/mgmt-backend/issues/168)) ([24187be](https://github.com/instill-ai/mgmt-backend/commit/24187be851fbdbd58ed0f0f7ba33e89e975ea6a9))
16+
317
## [0.8.0-beta](https://github.com/instill-ai/mgmt-backend/compare/v0.7.0-alpha...v0.8.0-beta) (2023-12-16)
418

519

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0-beta"
2+
".": "0.9.0-beta"
33
}

0 commit comments

Comments
 (0)