diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2020-09-28 17:22:36 +0300 |
---|---|---|
committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2020-09-28 17:22:36 +0300 |
commit | f76f524cb837ca29625484294bdf7ee432401ecf (patch) | |
tree | 46840fd3538076ab556ccc8e71c850b2219324de | |
parent | cc841d2bd7e003bf1492374550e1446a5080b15a (diff) | |
download | puppet-augeas_core-f76f524cb837ca29625484294bdf7ee432401ecf.tar.gz puppet-augeas_core-f76f524cb837ca29625484294bdf7ee432401ecf.tar.bz2 |
(MODULES-10809) Release prep for 1.1.0
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc02af..60c5983 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.1.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.0) (2020-09-28) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.5...1.1.0) + +### Added + +- \(MODULES-7397\) Load Augeas lenses from modules [\#27](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/27) ([luchihoratiu](https://github.com/luchihoratiu)) + ## [1.0.5](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.5) (2019-10-31) [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.4...1.0.5) diff --git a/metadata.json b/metadata.json index 2fcb9e7..cd87791 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-augeas_core", - "version": "1.0.5", + "version": "1.1.0", "author": "puppetlabs", "summary": "Manage files using Augeas", "license": "Apache-2.0", |