diff --git a/CHANGELOG.md b/CHANGELOG.md index 400829fd..8c55a25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.45.0-beta](https://github.com/instill-ai/instill-core/compare/v0.44.1-beta...v0.45.0-beta) (2024-10-31) + + +### Features + +* **integration:** inject Google Drive OAuth details to pipeline and console ([#1143](https://github.com/instill-ai/instill-core/issues/1143)) ([7ccf5ae](https://github.com/instill-ai/instill-core/commit/7ccf5ae40a5a080b955de23a95559df0ae4469ca)) + + +### Bug Fixes + +* **component:** add dummy OAuth information for pipeline-backend tests ([#1145](https://github.com/instill-ai/instill-core/issues/1145)) ([30bce6f](https://github.com/instill-ai/instill-core/commit/30bce6f5ec54c0c416b5c745140b61ddaa2ad661)) + ## [0.44.1-beta](https://github.com/instill-ai/instill-core/compare/v0.44.0-beta...v0.44.1-beta) (2024-10-24) diff --git a/README.md b/README.md index 0c974e0c..048b9ca6 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.44.1-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.45.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 a58b554f..51b12565 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.44.1-beta" + ".": "0.45.0-beta" }