diff --git a/CHANGELOG.md b/CHANGELOG.md index e6bbc36..6a845c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1-alpha](https://github.com/instill-ai/usage-client/compare/v0.3.0-alpha...v0.3.1-alpha) (2024-12-22) + + +### Bug Fixes + +* **mod:** update golang.org/x/net module to fix vulnerability issue ([e29b1f0](https://github.com/instill-ai/usage-client/commit/e29b1f01a52e779c8aac5bb74e629e5585deaf39)) + ## [0.3.0-alpha](https://github.com/instill-ai/usage-client/compare/v0.2.4-alpha...v0.3.0-alpha) (2024-02-16) diff --git a/release-please/manifest.json b/release-please/manifest.json index 6e2f34a..d0c570c 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0-alpha" + ".": "0.3.1-alpha" }