diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5a07f4..39deb20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.22" + ".": "1.0.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 282021e..39e314b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.23](https://github.com/cailloumajor/docker-socket-proxy/compare/v1.0.22...v1.0.23) (2025-08-14) + + +### Bug Fixes + +* **deps:** update golang docker tag to v1.24.6 ([3c9936e](https://github.com/cailloumajor/docker-socket-proxy/commit/3c9936e100395f894f16d46af03e5236b740fd87)) +* **deps:** update golang docker tag to v1.25.0 ([223172b](https://github.com/cailloumajor/docker-socket-proxy/commit/223172b4351d8450dce2549e227a2c70cd1f848c)) +* **deps:** update module github.com/bmatcuk/doublestar/v4 to v4.9.1 ([#112](https://github.com/cailloumajor/docker-socket-proxy/issues/112)) ([2b0ef0c](https://github.com/cailloumajor/docker-socket-proxy/commit/2b0ef0caef00f0d6fed702e6fbb2bed79b66464a)) + ## [1.0.22](https://github.com/cailloumajor/docker-socket-proxy/compare/v1.0.21...v1.0.22) (2025-07-13)