From 0e922acc098e3212e8357037355419495019390a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Sat, 21 Feb 2015 23:46:04 +0100 Subject: [PATCH] release 2.0.1 --- CHANGELOG.md | 2 +- lib/omniauth/facebook/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 163ac3f..a4d0ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 2.0.1 (2015-02-21) Bugfixes: diff --git a/lib/omniauth/facebook/version.rb b/lib/omniauth/facebook/version.rb index 1b44e54..176113f 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" + VERSION = "2.0.1" end end