From 37fc4ecb301b5c02c62975b9506671f7ad05aa26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:34:01 -0400 Subject: [PATCH] chore(main): release 0.7.20 (#140) :robot: I have created a release *beep* *boop* --- ## [0.7.20](/~https://github.com/runfinch/common-tests/compare/v0.7.19...v0.7.20) (2024-03-27) ### Bug Fixes * image pull retry logic ([#139](/~https://github.com/runfinch/common-tests/issues/139)) ([4c30166](/~https://github.com/runfinch/common-tests/commit/4c30166cc5f7e1af73c7730aeea5dc72fea8d8d5)) --- This PR was generated with [Release Please](/~https://github.com/googleapis/release-please). See [documentation](/~https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca37768..d60e8f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.19" + ".": "0.7.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b8c1a..39cd7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.20](/~https://github.com/runfinch/common-tests/compare/v0.7.19...v0.7.20) (2024-03-27) + + +### Bug Fixes + +* image pull retry logic ([#139](/~https://github.com/runfinch/common-tests/issues/139)) ([4c30166](/~https://github.com/runfinch/common-tests/commit/4c30166cc5f7e1af73c7730aeea5dc72fea8d8d5)) + ## [0.7.19](/~https://github.com/runfinch/common-tests/compare/v0.7.18...v0.7.19) (2024-03-27)