diff --git a/CHANGELOG.md b/CHANGELOG.md index b22768f5..86a45c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,21 @@ # Changelog -## 2017-11-?? - Service release 2.0.1 +## 2017-11-09 - Service release 2.0.1 Published at [Puppet Forge](https://forge.puppet.com/leoarnold/cups/2.0.1) and [GitHub](https://github.com/leoarnold/puppet-cups/releases/tag/2.0.1). ### Summary -This service release adds extensive inline documentation. +This service release adds extensive inline documentation +and some code quality improvements. ### Improvements - Inline [Yard](https://yardoc.org) and [Puppet Strings](https://github.com/puppetlabs/puppet-strings) documentation - Online [Yard documentation](https://leoarnold.github.io/puppet-cups) +- Several Ruby modules refactored to static methods of a single module +- Tests now use unquoted booleans as customary in Puppet 5 ## 2017-11-01 - Release 2.0.0 diff --git a/README.md b/README.md index 5b96b1a8..072e723d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ [![Puppet Forge Version](https://img.shields.io/puppetforge/v/leoarnold/cups.svg)](https://forge.puppet.com/leoarnold/cups) + [![Puppet Forge Downloads](http://img.shields.io/puppetforge/dt/leoarnold/cups.svg)](https://forge.puppet.com/leoarnold/cups) +[![Puppet Forge Score](http://img.shields.io/puppetforge/f/leoarnold/cups.svg)](https://forge.puppet.com/leoarnold/cups) [![Yard Docs](https://img.shields.io/badge/yard-docs-blue.svg)](https://leoarnold.github.io/puppet-cups) [![MIT License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE) [![Gitter](https://badges.gitter.im/leoarnold/puppet-cups.svg)](https://gitter.im/leoarnold/puppet-cups)