diff options
author | Josh Cooper <josh@puppet.com> | 2018-08-17 11:19:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 11:19:08 -0700 |
commit | 7808b959857eb53c5b23ab0bf9b15bbe7b9f4c32 (patch) | |
tree | 0b1a4753d2a5da4e91146f0f1e4764899044bab7 /CHANGELOG.md | |
parent | 22fd1a59f1f97372144c62056adfcd20ec82ea07 (diff) | |
parent | 0a817f9a30750ab4f810fd452e7cd8947f7cea11 (diff) | |
download | puppet-augeas_core-7808b959857eb53c5b23ab0bf9b15bbe7b9f4c32.tar.gz puppet-augeas_core-7808b959857eb53c5b23ab0bf9b15bbe7b9f4c32.tar.bz2 |
Merge pull request #6 from puppetlabs/release
Merge release branch back into master
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..0bddbb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,21 @@ 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** +## [1.0.1] - 2018-08-15 +### Added +- (MODULE-7443) Safely deserialize stringified array +- (PUP-9053) Enable localization +### Changed +- (maint) Move array parser logic into a util module +- (maint) Update beaker-puppet version to 0.16 +- Include puppet 6 and remove default role +- (PUP-9052) Bump puppet req to at least puppet 6 -**Bugfixes** +## [1.0.0] - 2018-06-07 +### Summary +This is the initial release of the extracted augeas module -**Known Issues** +[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 |