From a2361f9737898a78eb5f2f44b1975b18bb351d03 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 9 May 2022 00:10:08 +0200 Subject: [PATCH] release 2.0.0 --- CHANGELOG.md | 8 ++++++-- metadata.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 027622d..a56ce1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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.0.0] - 2022-05-09 +This is a new major release of this module. It adds new functionality, +but also introduces some breaking changes. ### Added * add support for updating Thumbor and the Python venv @@ -33,9 +35,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * refactor code into smaller Puppet classes ### Removed +* drop support for Thumbor 6 (upgrades should still be possible) * remove parameter `$default_options` (use `$config` instead) -## v1.0.0 +## v1.0.0 - 2019-10-23 Initial release before forking the module [Unreleased]: https://github.com/markt-de/puppet-thumbor/compare/v1.0.0...HEAD +[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 454faf3..b5b902c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-thumbor", - "version": "1.0.0", + "version": "2.0.0", "author": "markt.de", "summary": "Install, configure and manage Thumbor installations", "license": "Apache-2.0",