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