diff --git a/CHANGELOG.md b/CHANGELOG.md index 6296cde..787adab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0-alpha](https://github.com/instill-ai/x/compare/v0.5.0-alpha...v0.6.0-alpha) (2024-10-28) + + +### Features + +* **minio:** add expiry tag and rule ([#23](https://github.com/instill-ai/x/issues/23)) ([6659d46](https://github.com/instill-ai/x/commit/6659d4662da56fd7af36034b3756f856607d61de)) + + +### Bug Fixes + +* **minio:** set life cycle config on existing bucket ([#25](https://github.com/instill-ai/x/issues/25)) ([3b853d0](https://github.com/instill-ai/x/commit/3b853d0b8656d116798e31cffa2db4dab84724a2)) + ## [0.5.0-alpha](https://github.com/instill-ai/x/compare/v0.4.0-alpha...v0.5.0-alpha) (2024-10-03) diff --git a/release-please/manifest.json b/release-please/manifest.json index 979c53d..3ae6d11 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0-alpha" + ".": "0.6.0-alpha" }