diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e27bd90..3d32e81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.28" + ".": "1.0.29" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 462b30a..fcd5855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.29](https://github.com/cailloumajor/docker-socket-proxy/compare/v1.0.28...v1.0.29) (2026-05-08) + + +### Bug Fixes + +* **deps:** update golang docker tag to v1.26.1 ([aec13f9](https://github.com/cailloumajor/docker-socket-proxy/commit/aec13f98208c7201ffc18db7f80a519cd7c9ef40)) +* **deps:** update golang docker tag to v1.26.2 ([d1853de](https://github.com/cailloumajor/docker-socket-proxy/commit/d1853de867960e8e76fbf82eb4f86782031ac46b)) +* **deps:** update golang docker tag to v1.26.3 ([9fe47af](https://github.com/cailloumajor/docker-socket-proxy/commit/9fe47afb60c16440d98f55d3c5d0382a962b1359)) + ## [1.0.28](https://github.com/cailloumajor/docker-socket-proxy/compare/v1.0.27...v1.0.28) (2026-02-11)