diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e5d28..2c634b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.1-beta](https://github.com/instill-ai/api-gateway/compare/v0.30.0-beta...v0.30.1-beta) (2024-11-26) + + +### Bug Fixes + +* **blob:** remove auth for using upload and download url ([#269](https://github.com/instill-ai/api-gateway/issues/269)) ([e262b10](https://github.com/instill-ai/api-gateway/commit/e262b1049394bc194b16a67e42526a6aa0c98e3c)) + ## [0.30.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.29.0-beta...v0.30.0-beta) (2024-11-18) diff --git a/release-please/manifest.json b/release-please/manifest.json index c32b4d8..4c44fc2 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.30.0-beta" + ".": "0.30.1-beta" } \ No newline at end of file