diff --git a/CHANGELOG.md b/CHANGELOG.md index cb49d4ef..0ca570e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.0-beta](https://github.com/instill-ai/instill-core/compare/v0.40.1-beta...v0.41.0-beta) (2024-09-24) + + +### Miscellaneous Chores + +* release v0.41.0-beta ([2b43d23](https://github.com/instill-ai/instill-core/commit/2b43d236d32cfbb2f3b3041e7ca2d1e489207dc9)) + ## [0.40.1-beta](https://github.com/instill-ai/instill-core/compare/v0.40.0-beta...v0.40.1-beta) (2024-09-13) diff --git a/README.md b/README.md index 3a25aabb..3e230149 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.40.1-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.41.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 3db8c38a..32de7773 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.40.1-beta" + ".": "0.41.0-beta" }