From 306a0041fa96357f2ebbd9f9e03f5be5fc22f19e Mon Sep 17 00:00:00 2001 From: Arnaud Rocher Date: Wed, 11 Feb 2026 07:17:58 +0100 Subject: [PATCH] chore(main): release 1.0.28 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76f5c64..e27bd90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.27" + ".": "1.0.28" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bc598c9..462b30a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.28](https://github.com/cailloumajor/docker-socket-proxy/compare/v1.0.27...v1.0.28) (2026-02-11) + + +### Bug Fixes + +* **deps:** update golang docker tag to v1.25.7 ([32135b2](https://github.com/cailloumajor/docker-socket-proxy/commit/32135b2385ec61e4ca3614f28f44592bbabd7805)) +* **deps:** update golang docker tag to v1.26.0 ([eea787b](https://github.com/cailloumajor/docker-socket-proxy/commit/eea787b91ab7cf8f911793c1b3bff4205c0b4082)) +* **deps:** update module github.com/bmatcuk/doublestar/v4 to v4.10.0 ([c1b447c](https://github.com/cailloumajor/docker-socket-proxy/commit/c1b447c0e93dc70b174580de3f1f840557902f43)) + ## [1.0.27](https://github.com/cailloumajor/docker-socket-proxy/compare/v1.0.26...v1.0.27) (2026-01-16)