diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a93760..93e5f55 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.28" + ".": "1.1.29" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c005ac..d0162a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.29](https://github.com/devsy-org/devsy-provider-ssh/compare/v1.1.28...v1.1.29) (2026-09-04) + + +### Bug Fixes + +* **deps:** update module github.com/devsy-org/devsy to v1.17.0 ([#97](https://github.com/devsy-org/devsy-provider-ssh/issues/97)) ([7ee2c0d](https://github.com/devsy-org/devsy-provider-ssh/commit/7ee2c0d8a3c2a88942469c8cde5507f9c95711c5)) + ## [1.1.28](https://github.com/devsy-org/devsy-provider-ssh/compare/v1.1.27...v1.1.28) (2026-09-03)