diff options
| author | Melissa Stone <melissa@puppet.com> | 2018-05-18 11:50:25 -0700 |
|---|---|---|
| committer | Melissa Stone <melissa@puppet.com> | 2018-05-18 11:50:25 -0700 |
| commit | 733bc4f4b88f3a29f66603561713fb0a18c6c947 (patch) | |
| tree | 6a959ddfb2ca50a0311c6dc75402c375565616fa | |
| parent | e55b0f02e3e4ef300a5c3e96caf755f518d91c4b (diff) | |
| download | puppet-mailalias_core-733bc4f4b88f3a29f66603561713fb0a18c6c947.tar.gz puppet-mailalias_core-733bc4f4b88f3a29f66603561713fb0a18c6c947.tar.bz2 | |
(maint) 1.0.3 release prep
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | metadata.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e085f..71caca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.3] - 2018-05-18 +### Changed +- Update PDK to 1.5.0 +- Change mocks to use rspec rather than mocha +- Update acceptance tests to run successfully in a random order + ## [1.0.2] - 2018-04-30 ### Added - Gem dependency on puppet-blacksmith, which is required to ship to the module @@ -21,6 +27,7 @@ This is an empty release to test the release pipeline ### Summary This is the initial release of the extracted mailalias module +[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 [1.0.0]: https://github.com/puppetlabs/puppetlabs-mailalias_core/releases/tag/1.0.0 diff --git a/metadata.json b/metadata.json index 3c4850f..bec1710 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mailalias_core", - "version": "1.0.2", + "version": "1.0.3", "author": "Puppet Labs", "summary": "Creates an email alias in the local alias database.", "license": "Apache-2.0", |
