From 90ea06c9746a21fbff8867b1421ac13072b6a12b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:13:20 -0700 Subject: [PATCH] chore(main): release 1.6.1 (#370) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe1..093be7e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ef28c1..bc603c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.6.1](https://github.com/defenseunicorns/uds-common/compare/v1.6.0...v1.6.1) (2024-12-18) + + +### Miscellaneous + +* add debug output to callable-publish ([#369](https://github.com/defenseunicorns/uds-common/issues/369)) ([6a39c6c](https://github.com/defenseunicorns/uds-common/commit/6a39c6cb4ca7fbe1f602df8fde43e749ffc04179)) +* **deps:** update uds common support dependencies ([#368](https://github.com/defenseunicorns/uds-common/issues/368)) ([ec46da4](https://github.com/defenseunicorns/uds-common/commit/ec46da45aab596eecd14f0cfee37a52534b00c30)) +* **deps:** update uds common support dependencies ([#371](https://github.com/defenseunicorns/uds-common/issues/371)) ([4e4a6bc](https://github.com/defenseunicorns/uds-common/commit/4e4a6bc5cef83096ad0e6f5cd6083d6d40f02b67)) + ## [1.6.0](https://github.com/defenseunicorns/uds-common/compare/v1.5.1...v1.6.0) (2024-12-13)