aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-08-30 10:50:07 -0700
committerGitHub <noreply@github.com>2018-08-30 10:50:07 -0700
commit5902877cd435f6616510826d0bc5e949f7bc5857 (patch)
tree028ca8859dd3f60d2df658450624e4da2032d0d8
parent74f80e8d72f8b646ea206c8481f15e08aa469198 (diff)
parenta639ffa775ca9c5d7daa2f5cf82c8554b658a73d (diff)
downloadpuppet-cron_core-5902877cd435f6616510826d0bc5e949f7bc5857.tar.gz
puppet-cron_core-5902877cd435f6616510826d0bc5e949f7bc5857.tar.bz2
Merge pull request #2 from jtappa/prep-for-1.0.0
Prep for 1.0.0 release
-rw-r--r--CHANGELOG.md9
-rw-r--r--metadata.json2
2 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c954cd..a71abdb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,11 @@
All notable changes to this project will be documented in this file.
-## Release 0.1.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).
-**Features**
+## Release [1.0.0] 2018-08-30
-**Bugfixes**
+**Summary**
+This is the initial release of the extracted cron module.
-**Known Issues**
+[1.0.0]: https://github.com/puppetlabs/puppetlabs-cron_core/releases/tag/1.0.0 \ No newline at end of file
diff --git a/metadata.json b/metadata.json
index d10f354..0764db6 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-cron_core",
- "version": "0.1.0",
+ "version": "1.0.0",
"author": "Puppet Labs",
"summary": "Install and manage cron resources.",
"license": "Apache-2.0",