From 33124e1a275ace8b6c8e5c82261fcdfe477bb996 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Wed, 22 May 2024 18:33:52 +0200 Subject: [PATCH] release: v2.0.0 --- CHANGELOG.md | 4 ++++ metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 731ddaf..b16bf3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0] +### Removed +- BREAKING CHANGE: drop Puppet 6 support + ## [1.5.0] ### Added - added CHANGELOG.md diff --git a/metadata.json b/metadata.json index 62c3063..b2112c4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-dnsmasq", - "version": "1.5.0", + "version": "2.0.0", "author": "saz", "summary": "Manage dnsmasq with Puppet", "license": "Apache-2.0",