diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eebbd25 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +0.0.2 +------ +* [Fixed generated urls not matching webmocks for `nil` parameters.](https://github.com/Shuttlerock/youku_client/pull/1) ([@BenjaminSchaaf](https://github.com/BenjaminSchaaf)) +* [Added missing gems and requires](https://github.com/Shuttlerock/youku_client/pull/2) ([@BenjaminSchaaf](https://github.com/BenjaminSchaaf)) +* [Implemented users.show](https://github.com/Shuttlerock/youku_client/pull/3) ([@BenjaminSchaaf](https://github.com/BenjaminSchaaf)) +* [Implemented comments.by_video](https://github.com/Shuttlerock/youku_client/pull/4) ([@BenjaminSchaaf](https://github.com/BenjaminSchaaf)) diff --git a/lib/youku/version.rb b/lib/youku/version.rb index f18c89f..611b387 100644 --- a/lib/youku/version.rb +++ b/lib/youku/version.rb @@ -1,5 +1,5 @@ module Youku - VERSION = '0.0.1' + VERSION = '0.0.2' end