diff --git a/CHANGELOG.md b/CHANGELOG.md index 63dd314f5..f9565e5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.1](https://github.com/runfinch/finch/compare/v1.0.0...v1.0.1) (2023-11-08) + + +### Bug Fixes + +* Clean up all previous finch version installation registries in postinstall and uninstall ([#688](https://github.com/runfinch/finch/issues/688)) ([9afc0b9](https://github.com/runfinch/finch/commit/9afc0b9a5e73a3c261aeac87b977e44129b311bd)) +* remove virtual machine image when running make clean ([98c8ee4](https://github.com/runfinch/finch/commit/98c8ee4f783d01cb1340e77b508d868c3bb4bf04)) +* resolve shellcheck warnings ([#684](https://github.com/runfinch/finch/issues/684)) ([d9f695a](https://github.com/runfinch/finch/commit/d9f695a39f17af6ab00722fbf5191b6fa5c9166b)) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.21.2 to 1.22.0 ([#677](https://github.com/runfinch/finch/issues/677)) ([c450dc9](https://github.com/runfinch/finch/commit/c450dc96b5f09b57adcf48a62c09138bc04f3df5)) +* **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.22.0 to 1.22.1 ([#682](https://github.com/runfinch/finch/issues/682)) ([2537aa6](https://github.com/runfinch/finch/commit/2537aa6490f411551f162255d152805cb5c47951)) +* **deps:** Bump github.com/onsi/gomega from 1.28.0 to 1.29.0 ([#662](https://github.com/runfinch/finch/issues/662)) ([5c9de37](https://github.com/runfinch/finch/commit/5c9de37cb8ba8a4d5cabfe3c640239bd1afa87e0)) +* **deps:** Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 ([#678](https://github.com/runfinch/finch/issues/678)) ([1b2b823](https://github.com/runfinch/finch/commit/1b2b823da40454ac55b755145840bc5b03ab3091)) +* **deps:** Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 ([#686](https://github.com/runfinch/finch/issues/686)) ([00ba174](https://github.com/runfinch/finch/commit/00ba174ad1c59981f6ce48bf80fc7e41cfed301b)) + ## [1.0.0](https://github.com/runfinch/finch/compare/v0.9.0...v1.0.0) (2023-10-31)