diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25d36ff..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e072e8d..aaa610d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/GoogleCloudPlatform/docker-ci-helper/compare/v2.1.2...v2.2.0) (2024-11-06) + + +### Features + +* add TRAMPOLINE_CONFIG_DIR which can contain a .trampolinerc ([#63](https://github.com/GoogleCloudPlatform/docker-ci-helper/issues/63)) ([0fd92a6](https://github.com/GoogleCloudPlatform/docker-ci-helper/commit/0fd92a6d2296b22f524f085c2170b86b50290764)) + ## [2.1.2](https://github.com/GoogleCloudPlatform/docker-ci-helper/compare/v2.1.1...v2.1.2) (2024-11-06) diff --git a/trampoline_v2.sh b/trampoline_v2.sh index ab7ebba..a5e5ed5 100755 --- a/trampoline_v2.sh +++ b/trampoline_v2.sh @@ -54,7 +54,7 @@ set -euo pipefail # x-release-please-start-version -TRAMPOLINE_VERSION="2.1.2" +TRAMPOLINE_VERSION="2.2.0" # x-release-please-end CURRENT_DIR=$(dirname "${BASH_SOURCE[0]}")