diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d71088114..d586af1e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -216,7 +216,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: bazel-contrib/setup-bazel@0.9.0 + - uses: bazel-contrib/setup-bazel@0.9.1 with: # Avoid downloading Bazel every time. bazelisk-cache: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5b67f4c..295bca346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History +## [0.35.2](https://github.com/googleapis/gapic-showcase/compare/v0.35.1...v0.35.2) (2024-12-03) + + +### Bug Fixes + +* **deps:** Update bazel-contrib/setup-bazel action to v0.9.1 ([#1546](https://github.com/googleapis/gapic-showcase/issues/1546)) ([bc936fb](https://github.com/googleapis/gapic-showcase/commit/bc936fb7c3607853bbc58fcd8f4d0aa7ccbc4a1c)) + ## [0.35.1](https://github.com/googleapis/gapic-showcase/compare/v0.35.0...v0.35.1) (2024-07-08) diff --git a/version.txt b/version.txt index 731b95d7f..abc2aab9b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.35.1 +0.35.2