From 1165c0a219a2a8809ce8a3affe66a3d100629d42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:31:16 +0530 Subject: [PATCH] chore(main): release 1.4.3 (#1209) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 d1ce7450b..fbbf2e762 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.2" + ".": "1.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83014542b..e0e1f82a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.3](https://github.com/runfinch/finch/compare/v1.4.2...v1.4.3) (2024-12-10) + + +### Build System or External Dependencies + +* **deps:** Bump golang.org/x/sys from 0.27.0 to 0.28.0 ([#1206](https://github.com/runfinch/finch/issues/1206)) ([d573949](https://github.com/runfinch/finch/commit/d573949d384a170a1091dd92d8579bb055cd12e3)) +* **deps:** Bump submodules and dependencies ([#1211](https://github.com/runfinch/finch/issues/1211)) ([ddcec1c](https://github.com/runfinch/finch/commit/ddcec1c4b8692749e705f15220eec98b564a5921)) + ## [1.4.2](https://github.com/runfinch/finch/compare/v1.4.1...v1.4.2) (2024-12-03)