diff --git a/CHANGELOG.md b/CHANGELOG.md index ffac4d97..0dfffc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.43.0-beta](https://github.com/instill-ai/instill-core/compare/v0.42.0-beta...v0.43.0-beta) (2024-10-15) + + +### Miscellaneous Chores + +* release v0.43.0-beta ([a58980d](https://github.com/instill-ai/instill-core/commit/a58980d1b09eafe5622290ee60d160c854760472)) + ## [0.42.0-beta](https://github.com/instill-ai/instill-core/compare/v0.41.0-beta...v0.42.0-beta) (2024-10-08) diff --git a/README.md b/README.md index bd2b86b0..1a240f7d 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.42.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.43.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 6ec4132b..2979a2a5 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.42.0-beta" + ".": "0.43.0-beta" }