From 264e2d1ca62ae052c0f0e20bda0dfb90b3fe6cdd Mon Sep 17 00:00:00 2001 From: Jesse Scott Date: Fri, 20 Oct 2017 14:57:36 -0700 Subject: [PATCH] (MAINT) Release prep for 1.1.1 --- CHANGELOG.md | 12 ++++++++++++ puppet-strings.gemspec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8283f26..4f6e323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2017-10-20 - Release 1.1.1 + +### BugFixes +- Remove timestamps from footer of generated HTML pages ([GeoffWilliams](https://github.com/GeoffWilliams)) +- Fix argument handling for `rake strings::generate` ([hashar](https://github.com/hashar)) + +### Other +- Fixed Markdown formatting issues in CHANGELOG ([maju6406](https://github.com/maju6406)) +- Fixed typo in README ([hfm](https://github.com/hfm)) +- Fixed Markdown formatting issues in README ([gguillotte](https://github.com/gguillotte)) +- Update Travis CI configurations for Ruby and Puppet versions ([ghoneycutt](https://github.com/ghoneycutt)) + ## 2017-03-20 - Release 1.1.0 ### Summary diff --git a/puppet-strings.gemspec b/puppet-strings.gemspec index 49e5bdd..2e8de0c 100644 --- a/puppet-strings.gemspec +++ b/puppet-strings.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'puppet-strings' s.author = 'Puppet Inc.' - s.version = '1.1.0' + s.version = '1.1.1' s.license = 'Apache-2.0' s.summary = 'Puppet documentation via YARD' s.email = 'info@puppet.com'