From 8e3e8a8e605b743925feb2220614a21201691f3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 07:20:35 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef03..949ce4c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 44237aaf..0b929be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.2](https://github.com/sholdee/drydock/compare/v0.2.1...v0.2.2) (2026-06-21) + + +### Bug Fixes + +* **deps:** update module helm.sh/helm/v4 to v4.2.2 ([#161](https://github.com/sholdee/drydock/issues/161)) ([201dcdb](https://github.com/sholdee/drydock/commit/201dcdba00102b1106f0815d63341ba50f7f9cdd)) + + +### Miscellaneous Chores + +* **deps:** update dependency hugo to v0.163.2 ([#158](https://github.com/sholdee/drydock/issues/158)) ([f97da60](https://github.com/sholdee/drydock/commit/f97da60e3e8cbca2364af745ccd5491fd996d3fe)) +* **deps:** update docker/dockerfile docker tag to v1.25 ([#162](https://github.com/sholdee/drydock/issues/162)) ([7b4d4e4](https://github.com/sholdee/drydock/commit/7b4d4e45beb4cb38cd24a2bca32590b631faf1c2)) + ## [0.2.1](https://github.com/sholdee/drydock/compare/v0.2.0...v0.2.1) (2026-06-16)