Skip to content

Commit 32b4f1c

Browse files
committed
Release 2.1.0
1 parent b00747d commit 32b4f1c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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).
44

5+
## [v2.1.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v2.1.0) (2020-06-10)
6+
7+
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v2.0.0...v2.1.0)
8+
9+
### Added
10+
11+
- Use \#notice instead of \#err for realtime message [\#26](https://github.com/camptocamp/puppet-catalog-diff/pull/26) ([raphink](https://github.com/raphink))
12+
- Add --exclude\_defined\_resources [\#25](https://github.com/camptocamp/puppet-catalog-diff/pull/25) ([raphink](https://github.com/raphink))
13+
514
## [v2.0.0](https://github.com/camptocamp/puppet-catalog-diff/tree/v2.0.0) (2020-05-05)
615

716
[Full Changelog](https://github.com/camptocamp/puppet-catalog-diff/compare/v1.7.0...v2.0.0)

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camptocamp-catalog_diff",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "camptocamp",
55
"summary": "Compares two catalogs and shows the differences",
66
"license": "Apache-2.0",
@@ -63,5 +63,5 @@
6363
],
6464
"pdk-version": "1.17.0",
6565
"template-url": "https://github.com/puppetlabs/pdk-templates.git#master",
66-
"template-ref": "heads/master-0-g095317c"
66+
"template-ref": "heads/master-0-g88b05c7"
6767
}

0 commit comments

Comments
 (0)