diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93e5f55..9b83cf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.29" + ".": "1.1.30" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0162a9..8136dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.30](https://github.com/devsy-org/devsy-provider-ssh/compare/v1.1.29...v1.1.30) (2026-09-08) + + +### Bug Fixes + +* **deps:** update module golang.org/x/crypto to v0.57.0 ([#100](https://github.com/devsy-org/devsy-provider-ssh/issues/100)) ([97f0905](https://github.com/devsy-org/devsy-provider-ssh/commit/97f0905a9508fe66fe9e464f57a9d42c8fcfcd41)) + ## [1.1.29](https://github.com/devsy-org/devsy-provider-ssh/compare/v1.1.28...v1.1.29) (2026-09-04)