diff --git a/HISTORY.md b/HISTORY.md index b024e3301..e271b6e22 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,9 @@ HISTORY ======= +1.7.0 - July 30, 2011 +* [Update faraday dependency to 0.7.0](https://github.com/jnunemaker/twitter/commit/59a50a8f08999fa7a90b0e332171079a137c6752) ([@ngauthier](http://twitter.com/#!/ngauthier)) + 1.6.0 - June 24, 2011 --------------------- * [Add a custom OAuth implementation](https://github.com/jnunemaker/twitter/commit/5d2e7cc514b13842d7fe02fa7bc724136ef9f276) ([@NathanielBarnes](http://twitter.com/#!/NathanielBarnes)) diff --git a/lib/twitter/version.rb b/lib/twitter/version.rb index 7808b2b77..16067685e 100644 --- a/lib/twitter/version.rb +++ b/lib/twitter/version.rb @@ -1,4 +1,4 @@ module Twitter # The version of the gem - VERSION = '1.6.0'.freeze unless defined?(::Twitter::VERSION) + VERSION = '1.6.1'.freeze unless defined?(::Twitter::VERSION) end