diff options
| author | Josh Cooper <josh@puppet.com> | 2018-04-30 12:02:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-30 12:02:11 -0700 |
| commit | 85d9192d4197b384b96be1278271dde3efaf9565 (patch) | |
| tree | abb619c20e80dd68f924fb42d119005708205cd8 | |
| parent | 3b7c022200ed5e00fff293d0d8db1fcb2ba032ed (diff) | |
| parent | f08bf1d18e89f366739dfe432fdaded93be9a570 (diff) | |
| download | puppet-mailalias_core-85d9192d4197b384b96be1278271dde3efaf9565.tar.gz puppet-mailalias_core-85d9192d4197b384b96be1278271dde3efaf9565.tar.bz2 | |
Merge pull request #3 from melissa/release
(maint) 1.0.1 release prep
| -rw-r--r-- | CHANGELOG.md | 17 | ||||
| -rw-r--r-- | metadata.json | 2 |
2 files changed, 11 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c44928f..b74f8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,16 @@ # Changelog -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). +All notable changes to this project will be documented in this file. -## Release 1.0.0 +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.1] - 2018-04-30 +### Summary +This is an empty release to test the release pipeline + +## [1.0.0] - 2018-04-27 ### Summary This is the initial release of the extracted mailalias module -<!--- We need to be sure to add the change set links for future releases. ---> -<!--- This is irrevelant for this first release because this is the very ---> -<!--- first tag, which is why this is commented out. ---> -<!--- [1.0.0]: https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.0...1.0.0---> +[1.0.1]: https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.0...1.0.1 +[1.0.0]: https://github.com/puppetlabs/puppetlabs-mailalias_core/releases/tag/1.0.0 diff --git a/metadata.json b/metadata.json index ff3a6bd..c577f69 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mailalias_core", - "version": "1.0.0", + "version": "1.0.1", "author": "Puppet Labs", "summary": "Creates an email alias in the local alias database.", "license": "Apache-2.0", |
