diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7da042..20036697 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-11-26) + + +### 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" }