From f34cbd179066a67c96bf60c80b06a047ce05da60 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:39:21 +0530 Subject: [PATCH] chore(main): release 0.40.0-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 ea77a53c..128405cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.40.0-beta](https://github.com/instill-ai/instill-core/compare/v0.39.0-beta...v0.40.0-beta) (2024-09-05) + + +### Features + +* **ci:** build k6 with sql plugin ([#1085](https://github.com/instill-ai/instill-core/issues/1085)) ([cac94c9](https://github.com/instill-ai/instill-core/commit/cac94c9407ffe89164ccfd3ee55741eace706c72)) + ## [0.39.0-beta](https://github.com/instill-ai/instill-core/compare/v0.38.0-beta...v0.39.0-beta) (2024-08-29) diff --git a/README.md b/README.md index 723aa207..df48f8d4 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.39.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.40.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 1d00f9a6..c7fbefbd 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.39.0-beta" + ".": "0.40.0-beta" }