diff --git a/CHANGELOG.md b/CHANGELOG.md index e093bd25..a51dfef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.32.0-beta](https://github.com/instill-ai/instill-core/compare/v0.31.0-beta...v0.32.0-beta) (2024-05-16) + + +### Miscellaneous Chores + +* release v0.32.0-beta ([f0d42fe](https://github.com/instill-ai/instill-core/commit/f0d42fed0429c0e53c4c559207be5386aaa9368b)) + ## [0.31.0-beta](https://github.com/instill-ai/instill-core/compare/v0.30.0-beta...v0.31.0-beta) (2024-05-07) diff --git a/README.md b/README.md index cb4c4a31..b9e3e600 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.31.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.32.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 4aa2029a..b27096e3 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.0-beta" + ".": "0.32.0-beta" }