Skip to content

Commit

Permalink
Prepare 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Apr 15, 2019
1 parent 8a916b0 commit 8e71ef0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.6.1 / 2019-04-16

### Fixed

- Allow explicit injection of falsey values (timriley in [#58](https://github.com/dry-rb/dry-auto_inject/pull/58))

[Compare v0.6.0...v0.6.1](https://github.com/dry-rb/dry-auto_inject/compare/v0.6.0...v0.6.1)

# 0.6.0 / 2018-11-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/auto_inject/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Dry
module AutoInject
VERSION = '0.6.0'
VERSION = '0.6.1'
end
end

0 comments on commit 8e71ef0

Please sign in to comment.