aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissa Stone <melissa@puppet.com>2018-04-30 13:27:29 -0700
committerMelissa Stone <melissa@puppet.com>2018-04-30 13:27:55 -0700
commit7643ca806cbd6235a5d339846cd5b1af1cee08fd (patch)
treebcfb8c122e06767a99938d0204312248630ae248
parentc6558967091e21a62a9313db5f1674efe3bee1df (diff)
downloadpuppet-mailalias_core-7643ca806cbd6235a5d339846cd5b1af1cee08fd.tar.gz
puppet-mailalias_core-7643ca806cbd6235a5d339846cd5b1af1cee08fd.tar.bz2
(maint) Prep for 1.0.2 release
-rw-r--r--CHANGELOG.md6
-rw-r--r--metadata.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b74f8a2..caf255a 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.2] - 2018-04-30
+### Added
+- Gem dependency on puppet-blacksmith, which is required to ship to the module
+ to forge.puppet.com
+
## [1.0.1] - 2018-04-30
### Summary
This is an empty release to test the release pipeline
@@ -12,5 +17,6 @@ This is an empty release to test the release pipeline
### Summary
This is the initial release of the extracted mailalias module
+[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 c577f69..409ae01 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-mailalias_core",
- "version": "1.0.1",
+ "version": "1.0.2",
"author": "Puppet Labs",
"summary": "Creates an email alias in the local alias database.",
"license": "Apache-2.0",