Skip to content

Commit 8b55269

Browse files
authored
Merge pull request #73 from domcleal/release-122
Release 1.2.2
2 parents ad354c9 + a1e8b02 commit 8b55269

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 1.2.2
9+
10+
### Fixed
11+
* Fix `metadata_lint` rake task exiting on success, not continuing ([#70](https://github.com/voxpupuli/metadata-json-lint/issues/70))
12+
* Fix failure on incorrect license warning when `--no-strict-license` used ([#69](https://github.com/voxpupuli/metadata-json-lint/issues/69))
13+
814
## 1.2.1
915

1016
### Fixed

metadata-json-lint.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require 'date'
22

33
Gem::Specification.new do |s|
44
s.name = 'metadata-json-lint'
5-
s.version = '1.2.1'
5+
s.version = '1.2.2'
66
s.date = Date.today.to_s
77
s.summary = 'metadata-json-lint /path/to/metadata.json'
88
s.description = 'Utility to verify Puppet metadata.json files'

0 commit comments

Comments
 (0)