diff options
author | ciprianbadescu <51971875+ciprianbadescu@users.noreply.github.com> | 2020-09-29 15:52:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 15:52:25 +0300 |
commit | e75c18e7b2699ee80615816a33b036940a8e7e3c (patch) | |
tree | 9b30ca16b2be632d328c3c4f7039b4d412c0eeb1 | |
parent | 5e68e2c7a27a8e38d2681117571075c48c73514f (diff) | |
parent | 0cf6c355071c965f56b84fd7012f8f6b282a982a (diff) | |
download | puppet-augeas_core-e75c18e7b2699ee80615816a33b036940a8e7e3c.tar.gz puppet-augeas_core-e75c18e7b2699ee80615816a33b036940a8e7e3c.tar.bz2 |
Merge pull request #31 from GabrielNagy/1.1.1_release
(maint) Release prep for 1.1.1
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c5983..c74eb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ 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) +## [1.1.1](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.1) (2020-09-29) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.0...1.1.1) + +### Fixed + +- \(maint\) Readd puppet-blacksmith dependency [\#30](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/30) ([GabrielNagy](https://github.com/GabrielNagy)) + +## [1.1.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.0) (2020-09-29) [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.5...1.1.0) diff --git a/metadata.json b/metadata.json index cd87791..47b9e66 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-augeas_core", - "version": "1.1.0", + "version": "1.1.1", "author": "puppetlabs", "summary": "Manage files using Augeas", "license": "Apache-2.0", |