From d14b64f46971352e98e50bdc8ab1fa7c6d699988 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Sat, 12 Aug 2023 12:26:45 -0400 Subject: [PATCH] Release v2.1.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca98d6..143638f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v2.1.0](https://github.com/ghoneycutt/puppet-module-nscd/tree/v2.1.0) (2023-08-12) + +[Full Changelog](https://github.com/ghoneycutt/puppet-module-nscd/compare/v2.0.0...v2.1.0) + +### Added + +- New os rebase [\#78](https://github.com/ghoneycutt/puppet-module-nscd/pull/78) ([ghoneycutt](https://github.com/ghoneycutt)) + ## [v2.0.0](https://github.com/ghoneycutt/puppet-module-nscd/tree/v2.0.0) (2023-08-12) [Full Changelog](https://github.com/ghoneycutt/puppet-module-nscd/compare/v1.15.0...v2.0.0) diff --git a/metadata.json b/metadata.json index ecfecc4..e3eb835 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-nscd", - "version": "2.0.0", + "version": "2.1.0", "author": "ghoneycutt", "summary": "manage NSCD - name service cache daemon", "license": "Apache-2.0",