diff --git a/CHANGELOG.md b/CHANGELOG.md index ea77a53c..7aa4d7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.40.0-beta](https://github.com/instill-ai/instill-core/compare/v0.39.0-beta...v0.40.0-beta) (2024-09-10) + + +### Features + +* **artifact:** bump ce version to 0.12.0 ([#1093](https://github.com/instill-ai/instill-core/issues/1093)) ([76f028a](https://github.com/instill-ai/instill-core/commit/76f028aacfef75a99f97cd00dc1efbad3fefe3eb)) +* **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)) +* **schema:** add standardized AI tasks schema ([#1070](https://github.com/instill-ai/instill-core/issues/1070)) ([78133b5](https://github.com/instill-ai/instill-core/commit/78133b5079fe4d2d72e647be14ed73bf0625e9ca)) + ## [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" }