Skip to content

Commit

Permalink
Prepare for version 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 16, 2011
1 parent ceeed99 commit c99cbfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HISTORY.mkd
@@ -1,6 +1,9 @@
1.1.1 - January 16, 2011
* [Don't set cached <tt>screen_name</tt> when creating a new API client](https://github.com/jnunemaker/twitter/commit/ceeed993b16f95582c648e93de03738362ba1d7b)

1.1.0 - January 6, 2011
-------------------
* [Overload all methods that require a screen_name parameter](https://github.com/jnunemaker/twitter/compare/ecd647e414ac0b0cae96...59cf052ca646a2b79446) ([@gabriel_somoza](http://twitter.com/#!/gabriel_somoza))
* [Overload all methods that require a <tt>screen_name</tt> parameter](https://github.com/jnunemaker/twitter/compare/ecd647e414ac0b0cae96...59cf052ca646a2b79446) ([@gabriel_somoza](http://twitter.com/#!/gabriel_somoza))
* [Rename <tt>user_screen_name</tt> to <tt>screen_name</tt>](https://github.com/jnunemaker/twitter/commit/4fb4f8a28c967f7d5a2cf295b34548a346900cfd) ([@jalada](http://twitter.com/#!/jalada))
* [Handle error returns from lookup](https://github.com/jnunemaker/twitter/commit/0553cdbe262f006fae149309ce51a03985ed8fd2) ([@leshill](http://twitter.com/#!/leshill))
* [Use 'tude' parameter for attitudes](https://github.com/jnunemaker/twitter/commit/8db1bf9dadec3a660a281c94cab2fc335891ce30) ([@ALindeman](http://twitter.com/#!/ALindeman))
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/version.rb
@@ -1,4 +1,4 @@
module Twitter
# The version of the gem
VERSION = '1.1.0'.freeze unless defined?(::Twitter::VERSION)
VERSION = '1.1.1'.freeze unless defined?(::Twitter::VERSION)
end

0 comments on commit c99cbfa

Please sign in to comment.