From d3c02ee739256f1034a2b762b6a62836466a5770 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 10 Oct 2022 15:38:24 +0200 Subject: [PATCH] release 2.2.0 --- CHANGELOG.md | 5 +++-- metadata.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 309b1a2..843b8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/spec/v2.0.0.html). -## [Unreleased] +## [v2.2.0] - 2022-10-10 ### Added * add new parameter `$service_timeout` @@ -81,7 +81,8 @@ but also introduces some breaking changes. ## v1.0.0 - 2019-10-23 Initial release before forking the module -[Unreleased]: https://github.com/markt-de/puppet-thumbor/compare/v2.1.1...HEAD +[Unreleased]: https://github.com/markt-de/puppet-thumbor/compare/v2.2.0...HEAD +[v2.2.0]: https://github.com/markt-de/puppet-thumbor/compare/v2.1.1...v2.2.0 [v2.1.1]: https://github.com/markt-de/puppet-thumbor/compare/v2.1.0...v2.1.1 [v2.1.0]: https://github.com/markt-de/puppet-thumbor/compare/v2.0.0...v2.1.0 [v2.0.0]: https://github.com/markt-de/puppet-thumbor/compare/v1.0.0...v2.0.0 diff --git a/metadata.json b/metadata.json index b165295..34e7b0b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-thumbor", - "version": "2.1.1", + "version": "2.2.0", "author": "markt.de", "summary": "Install, configure and manage Thumbor installations", "license": "Apache-2.0",