From 56caeb003f6b9a0f11c1a5478174b1bfc7355c2e Mon Sep 17 00:00:00 2001 From: "nut-cgi-release-bot[bot]" <260746796+nut-cgi-release-bot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:16:58 +0000 Subject: [PATCH] chore(main): release 1.9.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d68e64..cf1ca2e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.5" + ".": "1.9.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d3272..274301b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.6](https://github.com/owine/nut-cgi/compare/v1.9.5...v1.9.6) (2026-08-03) + + +### Dependencies + +* update all non-major dependencies ([#90](https://github.com/owine/nut-cgi/issues/90)) ([bccfa28](https://github.com/owine/nut-cgi/commit/bccfa28bda635f2ab681dcf8d592a60b3c7efd6d)) +* update docker/login-action action to v4.6.0 ([#91](https://github.com/owine/nut-cgi/issues/91)) ([127c8a5](https://github.com/owine/nut-cgi/commit/127c8a55386836b4b19894bb75b6b590182f0493)) + ## [1.9.5](https://github.com/owine/nut-cgi/compare/v1.9.4...v1.9.5) (2026-07-27)