Skip to content

Commit

Permalink
Tag for release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspergrubbe committed May 10, 2019
1 parent 99a8048 commit 55e3702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/sprinkle_dns/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SprinkleDNS
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit 55e3702

Please sign in to comment.