diff options
author | Melissa Stone <melissa@puppet.com> | 2018-08-15 16:09:42 -0700 |
---|---|---|
committer | Melissa Stone <melissa@puppet.com> | 2018-08-15 16:09:42 -0700 |
commit | 2200165417bb9639ad16b0f934d0ff030b9f393f (patch) | |
tree | e057e2113885ac3d747324a2e8fadd3767efdcd6 | |
parent | a57f746aa349038e3148e6b6f621516846cfc142 (diff) | |
download | puppet-mailalias_core-2200165417bb9639ad16b0f934d0ff030b9f393f.tar.gz puppet-mailalias_core-2200165417bb9639ad16b0f934d0ff030b9f393f.tar.bz2 |
Prep for 1.0.4 release
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 71caca2..3c5939a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.0.4] - 2018-08-15 +### Changed +- (PUP-9052) Bump puppet req to at least puppet 6 + ## [1.0.3] - 2018-05-18 ### Changed - Update PDK to 1.5.0 @@ -27,6 +31,7 @@ This is an empty release to test the release pipeline ### Summary This is the initial release of the extracted mailalias module +[1.0.4]: https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.0...1.0.1 diff --git a/metadata.json b/metadata.json index 66b12ed..e616ec8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mailalias_core", - "version": "1.0.3", + "version": "1.0.4", "author": "Puppet Labs", "summary": "Creates an email alias in the local alias database.", "license": "Apache-2.0", |