From 3c244a4d9359883e959f99c6c253ae78031c9bdc Mon Sep 17 00:00:00 2001 From: Lucy Wyman Date: Mon, 23 Sep 2019 10:28:15 -0700 Subject: [PATCH] (release) Release prep for v2.3.1 --- CHANGELOG.md | 9 +++++++++ lib/puppet-strings/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a1309bd..7cdfd18f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All significant changes to this repo will be summarized in this file. +## [v2.3.1](https://github.com/puppetlabs/puppet-strings/tree/v2.3.1) (2019-09-23) + +[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v2.3.0...v2.3.1) + +Fixed + +- \(maint\) Use parameters method instead of json\['parameters'\] [\#211](https://github.com/puppetlabs/puppet-strings/pull/211) ([lucywyman](https://github.com/lucywyman)) +- \(PDOC-285\) Fix data\_type\_handler for errors and numbers [\#209](https://github.com/puppetlabs/puppet-strings/pull/209) ([glennsarti](https://github.com/glennsarti)) + ## [v2.3.0](https://github.com/puppetlabs/puppet-strings/tree/v2.3.0) (2019-07-17) [Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v2.2.0...v2.3.0) diff --git a/lib/puppet-strings/version.rb b/lib/puppet-strings/version.rb index 3b030d453..76b56778d 100644 --- a/lib/puppet-strings/version.rb +++ b/lib/puppet-strings/version.rb @@ -1,3 +1,3 @@ module PuppetStrings - VERSION = '2.3.0'.freeze + VERSION = '2.3.1'.freeze end