From 54dbe967dcd25e498d4aaa8e3d44f9c28c819a71 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 25 Jul 2023 12:15:54 +0200 Subject: [PATCH] release 2.3.0 --- CHANGELOG.md | 11 ++++++++++- metadata.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 843b8ac..af843be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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/spec/v2.0.0.html). +## [v2.3.0] - 2023-07-25 + +### Changed +* Update module dependencies + +### Fixed +* Fix GitHub Actions + ## [v2.2.0] - 2022-10-10 ### Added @@ -81,7 +89,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.2.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-thumbor/compare/v2.3.0...HEAD +[v2.3.0]: https://github.com/markt-de/puppet-thumbor/compare/v2.2.0...v2.3.0 [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 diff --git a/metadata.json b/metadata.json index 5558f19..b4d4dd9 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "markt-thumbor", - "version": "2.2.0", + "version": "2.3.0", "author": "markt.de", "summary": "Install, configure and manage Thumbor installations", "license": "Apache-2.0",