From 5bb02a99c9243bdabb59a15474d8b1c9a2c6e372 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:49:21 +0100 Subject: [PATCH] chore(main): release 0.40.1-beta --- CHANGELOG.md | 7 +++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c1748d..cb49d4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.40.1-beta](https://github.com/instill-ai/instill-core/compare/v0.40.0-beta...v0.40.1-beta) (2024-09-13) + + +### Miscellaneous Chores + +* release v0.40.1-beta ([da62264](https://github.com/instill-ai/instill-core/commit/da62264db5b98346648247025d912504929e89fd)) + ## [0.40.0-beta](https://github.com/instill-ai/instill-core/compare/v0.39.0-beta...v0.40.0-beta) (2024-09-11) diff --git a/README.md b/README.md index df48f8d4..3a25aabb 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.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.40.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 c7fbefbd..3db8c38a 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.40.0-beta" + ".": "0.40.1-beta" }