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'