diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef226ac..e40e903e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.29.0-beta](https://github.com/instill-ai/instill-core/compare/v0.28.0-beta...v0.29.0-beta) (2024-04-12) + + +### Features + +* **artifact:** include artifact-backend ([#464](https://github.com/instill-ai/instill-core/issues/464)) ([dc0eea0](https://github.com/instill-ai/instill-core/commit/dc0eea0c0fc86513a18cc88f46c2bd3d930d9d60)) + ## [0.28.0-beta](https://github.com/instill-ai/instill-core/compare/v0.27.0-beta...v0.28.0-beta) (2024-04-09) diff --git a/README.md b/README.md index 2cdc1108..9bd4723c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.28.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.29.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 f0e4c5cc..a004cae1 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0-beta" + ".": "0.29.0-beta" }