diff options
| author | mihaibuzgau <mihaibuzgau@users.noreply.github.com> | 2019-07-31 17:01:20 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-31 17:01:20 +0300 | 
| commit | 272c303b5e9bcbeb177a6804a6c88353f101a5c6 (patch) | |
| tree | 17b89d458df0828961027d7785bf2c101a252fbe | |
| parent | cf571dd1d39ce05be52a64c9dadfe169f26b511a (diff) | |
| parent | 8f71f1ecc9671143394a5425221ce0c235d90035 (diff) | |
| download | puppet-cron_core-272c303b5e9bcbeb177a6804a6c88353f101a5c6.tar.gz puppet-cron_core-272c303b5e9bcbeb177a6804a6c88353f101a5c6.tar.bz2  | |
Merge pull request #26 from gimmyxd/master
Release 1.0.2 prep
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | metadata.json | 4 | 
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c0210..4145c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@  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](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.2) (2019-07-31) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.1...1.0.2) + +### Added +- \(PUP-9697\) Updated crontab read path for Solaris changes [\#23](https://github.com/puppetlabs/puppetlabs-cron_core/pull/23) ([sebastian-miclea](https://github.com/sebastian-miclea)) +  ## [1.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.1) (2019-02-07)  [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.0...1.0.1) diff --git a/metadata.json b/metadata.json index f4a5078..9924bd2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@  {    "name": "puppetlabs-cron_core", -  "version": "1.0.1", +  "version": "1.0.2",    "author": "puppetlabs",    "summary": "Install and manage cron resources.",    "license": "Apache-2.0", @@ -81,4 +81,4 @@    "pdk-version": "1.9.0",    "template-url": "https://github.com/puppetlabs/pdk-templates/",    "template-ref": "1.9.0-0-g7281db5" -}
\ No newline at end of file +}  | 
