Skip to content

Commit

Permalink
Prepare for version 5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 28, 2013
1 parent 4bcad91 commit 1c93835
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.1.0
-----
* [Use `Addressable::URI` everywhere](https://github.com/sferik/twitter/commit/97d7c68900c9974a1f6841f6eed2706df9030d64) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Allow use of `Twitter::Place` instead of `place_id`](https://github.com/sferik/twitter/commit/c2b31dd2385fefa30a9ddccf15415a713cf5953a)
* [Allow use of `Twitter::Tweet` instead of `in_reply_to_status_id`](https://github.com/sferik/twitter/commit/6b7d6c2b637a074c348a56a51fb1e02252482fb2)

5.0.1
-----
* [Fix `buftok` delimiter handling](https://github.com/sferik/twitter/pull/484)
Expand Down
4 changes: 2 additions & 2 deletions lib/twitter/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Twitter
class Version
MAJOR = 5
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0
PRE = nil

class << self
Expand Down

0 comments on commit 1c93835

Please sign in to comment.