Skip to content

Commit

Permalink
Bump version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jun 16, 2017
1 parent ae22446 commit 5cab5fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.7.1 - 2017-06-16

### Changed

- Accept string values for Container's `root` config (timriley)

# 0.7.0 - 2017-06-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/system/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Dry
module System
VERSION = '0.7.0'.freeze
VERSION = '0.7.1'.freeze
end
end

0 comments on commit 5cab5fd

Please sign in to comment.