diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf1ca2e..5fa90f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.6" + ".": "1.9.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 274301b..e89d1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.7](https://github.com/owine/nut-cgi/compare/v1.9.6...v1.9.7) (2026-08-10) + + +### Dependencies + +* update all non-major dependencies ([#93](https://github.com/owine/nut-cgi/issues/93)) ([ba708b5](https://github.com/owine/nut-cgi/commit/ba708b58bb6cef2e71af6b25600dbeb4a03c4548)) + ## [1.9.6](https://github.com/owine/nut-cgi/compare/v1.9.5...v1.9.6) (2026-08-03)