From 59e740f25642ca783c96f9f4bbbdee4cbf424e81 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:56:56 +0900 Subject: [PATCH] chore(main): release 0.44.1-beta (#1139) :robot: I have created a release *beep* *boop* --- ## [0.44.1-beta](https://github.com/instill-ai/instill-core/compare/v0.44.0-beta...v0.44.1-beta) (2024-10-24) ### Miscellaneous Chores * release v0.44.1-beta ([0b5720f](https://github.com/instill-ai/instill-core/commit/0b5720f208580504cd9cba414a538782ebe16488)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- 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 ec659c1f..400829fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.44.1-beta](https://github.com/instill-ai/instill-core/compare/v0.44.0-beta...v0.44.1-beta) (2024-10-24) + + +### Miscellaneous Chores + +* release v0.44.1-beta ([0b5720f](https://github.com/instill-ai/instill-core/commit/0b5720f208580504cd9cba414a538782ebe16488)) + ## [0.44.0-beta](https://github.com/instill-ai/instill-core/compare/v0.43.0-beta...v0.44.0-beta) (2024-10-22) diff --git a/README.md b/README.md index ea68ffd3..0c974e0c 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.44.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.44.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 af916a34..a58b554f 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.44.0-beta" + ".": "0.44.1-beta" }