From 7c7c5cd8df2ba38bb1e81186015dcb60ab7c6551 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:44:23 +0530 Subject: [PATCH] chore(main): release 0.46.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 1d7da042..aef13bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.46.1-beta](https://github.com/instill-ai/instill-core/compare/v0.46.0-beta...v0.46.1-beta) (2024-12-02) + + +### 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)) + ## [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..ec020bd8 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.46.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 2d81ed2d..4b7a874d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.0-beta" + ".": "0.46.1-beta" }