diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e43793..79237d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.15" + ".": "1.1.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac1eef..80d13b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file is used to list changes made in each version of the Dnsmasq cookbooks. +## [1.1.16](https://github.com/sous-chefs/dnsmasq/compare/v1.1.15...v1.1.16) (2025-12-06) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#108](https://github.com/sous-chefs/dnsmasq/issues/108)) ([d2454c2](https://github.com/sous-chefs/dnsmasq/commit/d2454c24f08f666d9d0193c5dcc30cd6174040e5)) + ## [1.1.15](https://github.com/sous-chefs/dnsmasq/compare/1.1.14...v1.1.15) (2025-10-15) diff --git a/metadata.rb b/metadata.rb index a2d44cf..e09197f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,7 +7,7 @@ chef_version '>= 15.3' source_url 'https://github.com/sous-chefs/dnsmasq' issues_url 'https://github.com/sous-chefs/dnsmasq/issues' -version '1.1.15' +version '1.1.16' supports 'ubuntu' supports 'debian'