diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f46c5bb..86ed456 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.21" + ".": "1.1.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff5948..5ab6f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.22](https://github.com/devsy-org/devsy-provider-ssh/compare/v1.1.21...v1.1.22) (2026-08-10) + + +### Bug Fixes + +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.32.1 ([#76](https://github.com/devsy-org/devsy-provider-ssh/issues/76)) ([ea9d861](https://github.com/devsy-org/devsy-provider-ssh/commit/ea9d8619c308c0be17850b253d183570f11922d0)) + ## [1.1.21](https://github.com/devsy-org/devsy-provider-ssh/compare/v1.1.20...v1.1.21) (2026-08-09)