Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxc committed Dec 10, 2018
1 parent 8422500 commit ff826b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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]

## [1.2.0] - 2018-12-10
This release mainly fixes and improves poolmon service management

### Added
- Manage /etc/dovecot/private directory (if enabled, default on Debian-based systems),
to prevent log noise and service notifies after package updates
Expand Down Expand Up @@ -52,7 +56,8 @@ First stable release, now requires Puppet 4.9
## 0.1.0 - 2017-07-31
Initial release

[Unreleased]: https://github.com/oxc/puppet-dovecot/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/oxc/puppet-dovecot/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/oxc/puppet-dovecot/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/oxc/puppet-dovecot/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/oxc/puppet-dovecot/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/oxc/puppet-dovecot/compare/v0.1.0...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxc-dovecot",
"version": "1.1.0",
"version": "1.2.0",
"author": "oxc",
"summary": "Configure and manage a dovecot IMAP server",
"license": "Apache-2.0",
Expand Down

0 comments on commit ff826b6

Please sign in to comment.