diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0b000..e6e193d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0-alpha](https://github.com/instill-ai/x/compare/v0.6.0-alpha...v0.7.0-alpha) (2025-02-12) + + +### Features + +* **minio:** log MinIO actions with requester ([#34](https://github.com/instill-ai/x/issues/34)) ([1b1559c](https://github.com/instill-ai/x/commit/1b1559c35b51e698a53472bae61e925354f816a0)) +* **minio:** test minio package on CI ([#35](https://github.com/instill-ai/x/issues/35)) ([e3ab78c](https://github.com/instill-ai/x/commit/e3ab78c6d1b81ae494fd9b1d2819207f4ea59b98)) + + +### Bug Fixes + +* **mod:** update golang.org/x/net module to fix vulnerability issue ([#32](https://github.com/instill-ai/x/issues/32)) ([0c9fa95](https://github.com/instill-ai/x/commit/0c9fa957ecaa076dda39e901ac887c3a31d08f99)) + ## [0.6.0-alpha](https://github.com/instill-ai/x/compare/v0.5.0-alpha...v0.6.0-alpha) (2024-12-13) diff --git a/release-please/manifest.json b/release-please/manifest.json index 3ae6d11..62c4a79 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0-alpha" + ".": "0.7.0-alpha" }