From 138cd1531762e4d83464cc5c3216aaf3ae69b361 Mon Sep 17 00:00:00 2001 From: Mark Dodwell Date: Thu, 7 Aug 2014 16:53:27 -0700 Subject: [PATCH] prep for release --- CHANGELOG.md | 6 ++++++ lib/omniauth/facebook/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cc382..c9fcd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (2014-08-07) + +Bugfixes: + + - bump omniauth-oauth2 dependency which addresses CVE-2012-6134 (#162, @linedotstar) + ## 1.6.0 (2014-01-13) Features: diff --git a/lib/omniauth/facebook/version.rb b/lib/omniauth/facebook/version.rb index 2020564..1b44e54 100644 --- a/lib/omniauth/facebook/version.rb +++ b/lib/omniauth/facebook/version.rb @@ -1,5 +1,5 @@ module OmniAuth module Facebook - VERSION = "2.0.0.pre1" + VERSION = "2.0.0" end end