Skip to content

Commit

Permalink
Merge pull request #73 from domcleal/release-122
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
davidmogar authored Jun 2, 2017
2 parents ad354c9 + a1e8b02 commit 8b55269
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata-json-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8b55269

Please sign in to comment.