diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f1bd3b..ea77a53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.39.0-beta](https://github.com/instill-ai/instill-core/compare/v0.38.0-beta...v0.39.0-beta) (2024-08-29) + + +### Features + +* **artifact:** update the ce and db version ([#1076](https://github.com/instill-ai/instill-core/issues/1076)) ([f307ba0](https://github.com/instill-ai/instill-core/commit/f307ba0f9bb9cd1eb2345564fe58d1744cbf19ea)) + ## [0.38.0-beta](https://github.com/instill-ai/instill-core/compare/v0.37.0-beta...v0.38.0-beta) (2024-08-13) diff --git a/README.md b/README.md index 9ac29a05..723aa207 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.38.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.39.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 ddafa892..1d00f9a6 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.38.0-beta" + ".": "0.39.0-beta" }