diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index c09319e..c209e8b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae9ed4..5f4f016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.5](https://github.com/grafana/certmagic-gcs/compare/v0.1.4...v0.1.5) (2024-11-23) + + +### Dependencies + +* **actions:** bump aquasecurity/trivy-action from 0.24.0 to 0.28.0 ([#290](https://github.com/grafana/certmagic-gcs/issues/290)) ([3c5b803](https://github.com/grafana/certmagic-gcs/commit/3c5b803999ff2ab0bc4dff142c57f2604b162eaa)) +* **go:** bump cloud.google.com/go/storage from 1.43.0 to 1.47.0 ([#297](https://github.com/grafana/certmagic-gcs/issues/297)) ([8c93c72](https://github.com/grafana/certmagic-gcs/commit/8c93c72c7c59845e87bb4a1a6eaf2bb4a57065d4)) +* **go:** bump github.com/fsouza/fake-gcs-server from 1.50.0 to 1.50.2 ([#288](https://github.com/grafana/certmagic-gcs/issues/288)) ([ccdc0e6](https://github.com/grafana/certmagic-gcs/commit/ccdc0e6ae300bc73a8e2ce034ca60fac90b0fac9)) +* **go:** bump google.golang.org/api from 0.199.0 to 0.209.0 ([#299](https://github.com/grafana/certmagic-gcs/issues/299)) ([c544b4d](https://github.com/grafana/certmagic-gcs/commit/c544b4da243e4c59665e6b9281b0f5db8a4daaa5)) + ## [0.1.4](https://github.com/grafana/certmagic-gcs/compare/v0.1.3...v0.1.4) (2024-10-04)