From bc42c78341c5a8feb8da4add793e50e1c45c69ce Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Thu, 1 Mar 2018 10:15:03 -0800 Subject: [PATCH] release 1.2.1 --- CHANGELOG.md | 10 +++++++++- puppet-strings.gemspec | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf141a..6093577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [1.2.1](https://github.com/puppetlabs/puppet-strings/tree/1.2.1) (2018-03-01) + +[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/1.2.0...1.2.1) + +### Fixed + +- (PDOC-224) Handle --emit-json(-stdout) again [\#162](https://github.com/puppetlabs/puppet-strings/pull/162) ([ekohl](https://github.com/ekohl)) + ## [1.2.0](https://github.com/puppetlabs/puppet-strings/tree/1.2.0) (2018-02-26) [Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/1.1.1...1.2.0) @@ -186,4 +194,4 @@ All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with t - Strings will no longer crash when documenting 3x functions with less than two arguments passed into newfunction **(PDOC-27)** -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/puppet-strings.gemspec b/puppet-strings.gemspec index 960b806..a14a527 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.2.0' + s.version = '1.2.1' s.license = 'Apache-2.0' s.summary = 'Puppet documentation via YARD' s.email = 'info@puppet.com'