diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c3936..e3bda7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [1.0.2] - 2019-05-11 ### Fixed - Fixed issue with the non-interactive printer https://github.com/gfish/sprinkle_dns/commit/1e43591c46e056aab9711ccb37eaf91c904969cc -## [1.0.1] +## [1.0.1] - 2019-05-10 ### Added - Introduced the `show_untouched: false` configuration option that will tell the differ to hide the entries that aren't created/updated/deleted, https://github.com/gfish/sprinkle_dns/commit/6e8c003d723bcdb20957200a6e22ffb324003b5d - Introduced a premature exit in case of no changes detected, https://github.com/gfish/sprinkle_dns/commit/9c88b20a8c005092bfbe0902499156206eed4666 diff --git a/lib/sprinkle_dns/version.rb b/lib/sprinkle_dns/version.rb index 222eeb0..edc03af 100644 --- a/lib/sprinkle_dns/version.rb +++ b/lib/sprinkle_dns/version.rb @@ -1,3 +1,3 @@ module SprinkleDNS - VERSION = "1.0.1" + VERSION = "1.0.2" end