From c99cbfa6fdbd0aabedbe924957fcdc8b5618df0c Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sun, 16 Jan 2011 15:31:44 -0800 Subject: [PATCH] Prepare for version 1.1.1 release --- HISTORY.mkd | 5 ++++- lib/twitter/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.mkd b/HISTORY.mkd index 962c93682..6cf871710 100644 --- a/HISTORY.mkd +++ b/HISTORY.mkd @@ -1,6 +1,9 @@ +1.1.1 - January 16, 2011 +* [Don't set cached screen_name 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 screen_name parameter](https://github.com/jnunemaker/twitter/compare/ecd647e414ac0b0cae96...59cf052ca646a2b79446) ([@gabriel_somoza](http://twitter.com/#!/gabriel_somoza)) * [Rename user_screen_name to screen_name](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)) diff --git a/lib/twitter/version.rb b/lib/twitter/version.rb index cd883c0d7..3691c20f2 100644 --- a/lib/twitter/version.rb +++ b/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