diff --git a/CHANGELOG.md b/CHANGELOG.md index 45629838..830f5ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.1-beta](https://github.com/instill-ai/instill-core/compare/v0.26.0-beta...v0.26.1-beta) (2024-03-20) + + +### Miscellaneous Chores + +* release v0.26.1-beta ([1a7506c](https://github.com/instill-ai/instill-core/commit/1a7506cf1fa14297cba957903c16c149a1ec89ad)) + ## [0.26.0-beta](https://github.com/instill-ai/instill-core/compare/v0.25.0-beta...v0.26.0-beta) (2024-03-13) diff --git a/README.md b/README.md index 150989a2..d299c8d7 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.26.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.26.1-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 ae43d7f4..32e701a7 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.0-beta" + ".": "0.26.1-beta" }