From 0921b984c9f359b9e8f3c680ff4439b263179362 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:14:25 -0500 Subject: [PATCH] chore(main): release 0.7.11 (#110) :robot: I have created a release *beep* *boop* --- ## [0.7.11](https://github.com/runfinch/common-tests/compare/v0.7.10...v0.7.11) (2024-01-06) ### Bug Fixes * fix panic in HTTPGetAndAssert ([#109](https://github.com/runfinch/common-tests/issues/109)) ([b572343](https://github.com/runfinch/common-tests/commit/b5723431c20c68df7f93bbb99a04f6683368c8bc)) --- 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 3722c4e..bc56a1d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.10" + ".": "0.7.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d509c..ea9da52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.11](https://github.com/runfinch/common-tests/compare/v0.7.10...v0.7.11) (2024-01-06) + + +### Bug Fixes + +* fix panic in HTTPGetAndAssert ([#109](https://github.com/runfinch/common-tests/issues/109)) ([b572343](https://github.com/runfinch/common-tests/commit/b5723431c20c68df7f93bbb99a04f6683368c8bc)) + ## [0.7.10](https://github.com/runfinch/common-tests/compare/v0.7.9...v0.7.10) (2024-01-05)