Skip to content

Commit 8e71ef0

Browse files
committed
Prepare 0.6.1 release
1 parent 8a916b0 commit 8e71ef0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.6.1 / 2019-04-16
2+
3+
### Fixed
4+
5+
- Allow explicit injection of falsey values (timriley in [#58](https://github.com/dry-rb/dry-auto_inject/pull/58))
6+
7+
[Compare v0.6.0...v0.6.1](https://github.com/dry-rb/dry-auto_inject/compare/v0.6.0...v0.6.1)
8+
19
# 0.6.0 / 2018-11-29
210

311
### Changed

lib/dry/auto_inject/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Dry
44
module AutoInject
5-
VERSION = '0.6.0'
5+
VERSION = '0.6.1'
66
end
77
end

0 commit comments

Comments
 (0)