From d3aa94647057f17766e4b205a11e1af772afad3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:45:39 +0000 Subject: [PATCH] chore(main): release 1.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73d3293b9..ce276fa1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fb3f8c0..f9cf3fadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.1](https://github.com/runfinch/finch/compare/v1.4.0...v1.4.1) (2024-10-24) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.32.1 to 1.32.2 ([#1137](https://github.com/runfinch/finch/issues/1137)) ([6576052](https://github.com/runfinch/finch/commit/6576052713c8b1eefa18e48e71534b0ac50aa901)) +* **deps:** Bump submodules and dependencies ([#1144](https://github.com/runfinch/finch/issues/1144)) ([8fbaf1c](https://github.com/runfinch/finch/commit/8fbaf1c8d4d2bbfcf77d4aabaaffdef8db35c42c)) + ## [1.4.0](https://github.com/runfinch/finch/compare/v1.3.1...v1.4.0) (2024-10-08)