Skip to content

Commit

Permalink
0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arlimus committed Oct 15, 2016
1 parent 3971c1d commit cfe3641
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Change Log

## [0.20.0](https://github.com/chef/train/tree/0.20.0) (2016-09-21)
[Full Changelog](https://github.com/chef/train/compare/v0.19.1...0.20.0)
## [0.20.1](https://github.com/chef/train/tree/0.20.1) (2016-10-15)
[Full Changelog](https://github.com/chef/train/compare/v0.20.0...0.20.1)

**Fixed bugs:**

- support empty URIs [\#154](https://github.com/chef/train/pull/154) ([arlimus](https://github.com/arlimus))

## [v0.20.0](https://github.com/chef/train/tree/v0.20.0) (2016-09-21)
[Full Changelog](https://github.com/chef/train/compare/v0.19.1...v0.20.0)

**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion lib/train/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Author:: Dominik Richter (<dominik.richter@gmail.com>)

module Train
VERSION = '0.20.0'.freeze
VERSION = '0.20.1'.freeze
end

0 comments on commit cfe3641

Please sign in to comment.