From 72e0b56f93c90899a2ccfcc5845d7d84a44c6d1c Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 17 Dec 2013 19:59:16 -0500 Subject: [PATCH] Prepare for version 5.3.0 release --- CHANGELOG.md | 6 ++++++ lib/twitter/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f522a9a2..7ef60da96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +5.3.0 +----- +* [Add `UNABLE_TO_VERIFY_CREDENTIALS` error code](https://github.com/sferik/twitter/commit/6a47e715ef7935cd36a2f78ed877deb3c09af162) +* [Don't suppress `Twitter::Error::Forbidden` in #follow and #follow!](https://github.com/sferik/twitter/commit/b949c0400dabc6774419025e7b131d0a18447c3a) +* [Update memoizable dependency to ~> 0.3.1](https://github.com/sferik/twitter/pull/501) + 5.2.0 ----- * [Replace `URI` with `adressable`](https://github.com/sferik/twitter/commit/7ea2f5390dc7456950f55c90aa4e48f29dcd4604) diff --git a/lib/twitter/version.rb b/lib/twitter/version.rb index 22b150755..c94f007fd 100644 --- a/lib/twitter/version.rb +++ b/lib/twitter/version.rb @@ -1,7 +1,7 @@ module Twitter class Version MAJOR = 5 - MINOR = 2 + MINOR = 3 PATCH = 0 PRE = nil