diff options
author | Josh Cooper <josh@puppet.com> | 2019-01-11 14:10:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 14:10:08 -0800 |
commit | 1c7e8bcc01ef3d0a3d529524ca34bd8a0556f7ee (patch) | |
tree | b50e4493c585c2b45407e9b65b5248c9b98b88b0 | |
parent | 4c72513771efcb7d2681920f1c72983baf716abd (diff) | |
parent | de3ddaa316addf7d4f59b4c5dc44da7f7acd9b99 (diff) | |
download | puppet-mailalias_core-1c7e8bcc01ef3d0a3d529524ca34bd8a0556f7ee.tar.gz puppet-mailalias_core-1c7e8bcc01ef3d0a3d529524ca34bd8a0556f7ee.tar.bz2 |
Merge pull request #19 from melissa/1.0.5-release
(maint) Prepare for 1.0.5 release
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f18f33d..09f7137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.5] - 2019-01-11 +### Added +- Added LICENSE file +- Added test matrix to test against puppet 6 + ## [1.0.4] - 2018-08-17 ### Added - (PUP-9053) Enable localization @@ -33,6 +38,7 @@ This is an empty release to test the release pipeline ### Summary This is the initial release of the extracted mailalias module +[1.0.5]: https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.4...1.0.5 [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 diff --git a/metadata.json b/metadata.json index 0e7da91..7b18a52 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mailalias_core", - "version": "1.0.4", + "version": "1.0.5", "author": "Puppet Labs", "summary": "Creates an email alias in the local alias database.", "license": "Apache-2.0", |