From f09b3142e0a371f3e80b256d86c9aecbd74bdea8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:17:25 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6703fb73..901223f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.4.1](/~https://github.com/runfinch/finch/compare/v0.4.0...v0.4.1) (2023-02-23) + + +### Bug Fixes + +* parse --add-host special ip with equal sign ([#229](/~https://github.com/runfinch/finch/issues/229)) ([fb4b62b](/~https://github.com/runfinch/finch/commit/fb4b62bc6987ed786da8f1a351ea8200206be941)) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 ([#223](/~https://github.com/runfinch/finch/issues/223)) ([7480222](/~https://github.com/runfinch/finch/commit/748022258bcdb9f25b41d64cdffdee250c9e6274)) +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.3 ([#233](/~https://github.com/runfinch/finch/issues/233)) ([1185372](/~https://github.com/runfinch/finch/commit/1185372b672e76373e4b7e798de9725bf6ecba50)) +* **deps:** Bump github.com/onsi/gomega from 1.26.0 to 1.27.1 ([#234](/~https://github.com/runfinch/finch/issues/234)) ([cd43781](/~https://github.com/runfinch/finch/commit/cd43781b37750579905fc4e32d63f17ad1ec678f)) +* **deps:** Bump github.com/runfinch/common-tests from 0.5.0 to 0.6.0 ([#235](/~https://github.com/runfinch/finch/issues/235)) ([4a33a2e](/~https://github.com/runfinch/finch/commit/4a33a2e63c72e687030c70b13dcc5c5748606b86)) +* **deps:** Bump golang.org/x/crypto from 0.5.0 to 0.6.0 ([#212](/~https://github.com/runfinch/finch/issues/212)) ([e1a36cf](/~https://github.com/runfinch/finch/commit/e1a36cf9ff39c1273761ca810e357e6200f31de8)) + ## [0.4.0](/~https://github.com/runfinch/finch/compare/v0.3.0...v0.4.0) (2023-02-13)