From b5e790bd8574f1976c5e81eed387ef1553eb6211 Mon Sep 17 00:00:00 2001 From: David Dymko Date: Fri, 10 Jul 2026 14:18:28 +0000 Subject: [PATCH] chore(main): release 1.6.4 --- .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 5035c7b..5320286 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.6.3"} +{".":"1.6.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 617a560..cbe89b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.6.4](https://github.com/devbytes-cloud/conditioner/compare/v1.6.3...v1.6.4) (2026-07-10) + + +### Dependencies + +* update actions/checkout action to v7 ([#245](https://github.com/devbytes-cloud/conditioner/issues/245)) ([b89a5cf](https://github.com/devbytes-cloud/conditioner/commit/b89a5cff87a03f00a8c192bf23ac6bd5bd289815)) +* update alpine/kubectl docker tag to v1.36.2 ([#244](https://github.com/devbytes-cloud/conditioner/issues/244)) ([e9a29c7](https://github.com/devbytes-cloud/conditioner/commit/e9a29c7aeb3e79ffda8de76349116d4cef3e0240)) +* update module golang.org/x/term to v0.45.0 ([#239](https://github.com/devbytes-cloud/conditioner/issues/239)) ([e73cfdf](https://github.com/devbytes-cloud/conditioner/commit/e73cfdf3b63b312aeb67e8499351651ad1db6a17)) + ## [1.6.3](https://github.com/devbytes-cloud/conditioner/compare/v1.6.2...v1.6.3) (2026-05-16)