Skip to content

Commit

Permalink
Prepare for version 4.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 8, 2013
1 parent ff4f2da commit 5b4e322
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
4.6.0
-----
* [Make `Twitter::Base#attrs` call methods if they exist](https://github.com/sferik/twitter/commit/ff4f2daccd1acdfddcea7139d4dd6490b55129db)
* [Allow `Twitter::API::Tweets#oembed` and `Twitter::API::Tweets#oembeds` to take a URL](https://github.com/sferik/twitter/commit/0d986fa4b0c254e8c816bce086c3f6648d8fd3d7) ([@bshelton229](https://twitter.com/bshelton229))
* [Add `Twitter::Tweet#filter_level` and `Twitter##Tweet#lang` attribute readers](https://github.com/sferik/twitter/commit/283aafbe1219e55f19a76517d9edce497001fca2)
* [Add "Quick Start Guide" to the `README`](https://github.com/sferik/twitter/commit/afc24ee1bd07f19ef7fb8fd6b85aede34f3ab156) ([@coreyhaines](https://twitter.com/coreyhaines))

4.5.0
-----
* [Add no_retweet_ids](https://github.com/sferik/twitter/commit/cab8d6ebf3afdbd24463932262798a132d70a6f1) ([@tibbon](https://twitter.com/tibbon))
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/version.rb
@@ -1,7 +1,7 @@
module Twitter
class Version
MAJOR = 4 unless defined? Twitter::Version::MAJOR
MINOR = 5 unless defined? Twitter::Version::MINOR
MINOR = 6 unless defined? Twitter::Version::MINOR
PATCH = 0 unless defined? Twitter::Version::PATCH
PRE = nil unless defined? Twitter::Version::PRE

Expand Down

0 comments on commit 5b4e322

Please sign in to comment.