diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e94a0..960f948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.2.2 + +### Fixed +* Fix `metadata_lint` rake task exiting on success, not continuing ([#70](https://github.com/voxpupuli/metadata-json-lint/issues/70)) +* Fix failure on incorrect license warning when `--no-strict-license` used ([#69](https://github.com/voxpupuli/metadata-json-lint/issues/69)) + ## 1.2.1 ### Fixed diff --git a/metadata-json-lint.gemspec b/metadata-json-lint.gemspec index 5d5e0c0..9e438f3 100644 --- a/metadata-json-lint.gemspec +++ b/metadata-json-lint.gemspec @@ -2,7 +2,7 @@ require 'date' Gem::Specification.new do |s| s.name = 'metadata-json-lint' - s.version = '1.2.1' + s.version = '1.2.2' s.date = Date.today.to_s s.summary = 'metadata-json-lint /path/to/metadata.json' s.description = 'Utility to verify Puppet metadata.json files'