CHANGELOG.md in ruby_version_reader-0.1.1 vs CHANGELOG.md in ruby_version_reader-0.2.0
- old
+ new
@@ -1,6 +1,13 @@
# Change Log
+## 0.2.0 - 2015-01-05
+### Added
+- Allow `:rvm_path` option in RubyVersionReader initialize
+
+### Deprecated, Removed, Fixed
+- Nothing
+
## 0.1.1 - 2014-12-03
### Added
- Ability to initialize a RubyVersionReader with no arguments (like the README says you can)
### Deprecated, Removed