Skip to content

Commit

Permalink
Prepare for version 4.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 14, 2013
1 parent 7376061 commit 98f8cfd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.8.1
-----
* [Ignore case of profile image extension](https://github.com/sferik/twitter/commit/73760610e959ae868de23de3da661d237fbcb106)
* [Allow use of Twitter::Token in place of bearer token string](https://github.com/sferik/twitter/commit/13596bc60db36ecaf5a1df09ecb322d85d8c2922)
* [Add Twitter::API::Undocumented#tweet_count](https://github.com/sferik/twitter/commit/795458a25ec7b143a995e7f2f2043e523c11961c)
* [Add missing dependencies](https://github.com/sferik/twitter/commit/e07e034472df8b7aa44c779371cf1e25d8caa77d) ([@tmatilai](https://twitter.com/tmatilai))

4.8.0
-----
* [Add `Twitter::SearchResults#refresh_url`](https://github.com/sferik/twitter/commit/6bf08c008de139aad3ec173461e8633bfa5a3bd8) ([@mustafaturan](https://twitter.com/mustafaturan))
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Twitter
class Version
MAJOR = 4 unless defined? Twitter::Version::MAJOR
MINOR = 8 unless defined? Twitter::Version::MINOR
PATCH = 0 unless defined? Twitter::Version::PATCH
PATCH = 1 unless defined? Twitter::Version::PATCH
PRE = nil unless defined? Twitter::Version::PRE

class << self
Expand Down

0 comments on commit 98f8cfd

Please sign in to comment.