diff --git a/CHANGELOG.md b/CHANGELOG.md index bd23a17d..98accf62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.46.0-beta](https://github.com/instill-ai/instill-core/compare/v0.45.0-beta...v0.46.0-beta) (2024-11-18) + + +### Features + +* **blob/artifact:** add blob domain in config ([#1154](https://github.com/instill-ai/instill-core/issues/1154)) ([a432a60](https://github.com/instill-ai/instill-core/commit/a432a6025f23ac629e2627adcc481e5fa3774a7c)) + + +### Bug Fixes + +* **helm:** pass OAuth configuration variables on integration tests ([#1151](https://github.com/instill-ai/instill-core/issues/1151)) ([2c235d5](https://github.com/instill-ai/instill-core/commit/2c235d505928d89cf0dc3493826760df32dce57c)) + ## [0.45.0-beta](https://github.com/instill-ai/instill-core/compare/v0.44.1-beta...v0.45.0-beta) (2024-11-05) diff --git a/README.md b/README.md index 4151504c..ff98aa5f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.45.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.46.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core # Launch all services $ make all diff --git a/release-please/manifest.json b/release-please/manifest.json index 51b12565..2d81ed2d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.45.0-beta" + ".": "0.46.0-beta" }