Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed May 8, 2022
1 parent f8f8e15 commit a2361f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a2361f9

Please sign in to comment.