From 7e6ed3a5fb8f07138f0d262cbfc6d7e88b0350f3 Mon Sep 17 00:00:00 2001 From: Melissa Stone Date: Tue, 2 Oct 2018 11:37:26 -0700 Subject: Prep for 1.0.3 release --- CHANGELOG.md | 5 +++++ metadata.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794644c..da9d7c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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-10-02 +### Changed +- (MODULES-8014) relatively require helper code + ## [1.0.2] - 2018-09-25 ### Changed - (MODULES-7814) Ignore nil values when parsing commands @@ -22,6 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Summary This is the initial release of the extracted augeas module +[1.0.3]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/puppetlabs/puppetlabs-augeas_core/releases/tag/1.0.0 diff --git a/metadata.json b/metadata.json index f08c4aa..9a54540 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-augeas_core", - "version": "1.0.2", + "version": "1.0.3", "author": "Puppet Labs", "summary": "Manage files using Augeas", "license": "Apache-2.0", -- cgit v1.2.3