diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9f60e0..3cc18dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## Supported Release [2.3.0] +### Summary +This release is in order to implement Rubocop changes into the module. + +#### Added +- Several Modulesync changes have been made. +- Rubocop has been implemented in the module. +- CentOS 7 is now supported. +- Red Hat Enterprise Linux (RHEL) 7 is now supported. +- Ubuntu artful 1710 now supported. +- Bionic 1804 now supported. + ## Supported Release [2.2.0] ### Summary This release is a maintenance release that includes a roll up of minor changes. @@ -269,4 +281,5 @@ Jeff McCune Jeff McCune * Initial release -[2.2.0]:https://github.com/puppetlabs/puppetlabs-java/compare/2.1.1...2.2.0 \ No newline at end of file +[2.3.0]:https://github.com/puppetlabs/puppetlabs-java/compare/2.2.0...2.3.0 +[2.2.0]:https://github.com/puppetlabs/puppetlabs-java/compare/2.1.1...2.2.0 diff --git a/metadata.json b/metadata.json index fddf306c..ab3a3b2e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-java", - "version": "2.2.0", + "version": "2.3.0", "author": "puppetlabs", "summary": "Installs the correct Java package on various platforms.", "license": "Apache-2.0",