From e1054f09d92fa332f0c4f05e6ac04dfaac0f7eb3 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:18:03 +0530 Subject: [PATCH] chore(main): release 0.47.0-beta --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7da042..dd30f252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.47.0-beta](https://github.com/instill-ai/instill-core/compare/v0.46.0-beta...v0.47.0-beta) (2024-12-03) + + +### Bug Fixes + +* **ci:** use xk6-sql driver and pin down versions ([#1159](https://github.com/instill-ai/instill-core/issues/1159)) ([321a041](https://github.com/instill-ai/instill-core/commit/321a0413f312cae4dcd0f5df8b139b08ecf0c036)) + + +### Miscellaneous Chores + +* release v0.47.0-beta ([da6568e](https://github.com/instill-ai/instill-core/commit/da6568ebc81a8f1d1186d0d2ff125da6fad71f6e)) + ## [0.46.0-beta](https://github.com/instill-ai/instill-core/compare/v0.45.0-beta...v0.46.0-beta) (2024-11-20) diff --git a/README.md b/README.md index d43354e8..7f0309c1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.46.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.47.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 2d81ed2d..f0a6ea64 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.0-beta" + ".": "0.47.0-beta" }