(MAINT) Release prep for 1.1.1

This commit is contained in:
Jesse Scott 2017-10-20 14:57:36 -07:00
parent e4ef0ed2f8
commit 264e2d1ca6
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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'