diff --git a/CHANGELOG.md b/CHANGELOG.md index 477e35d..b3e5a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.0.0 (2020-10-20) + +Changes: + + - user profile picture link includes access token (#344, @anklos) + ## 7.0.0 (2020-08-03) Changes: diff --git a/lib/omniauth/facebook/version.rb b/lib/omniauth/facebook/version.rb index 44552bf..09d2fae 100644 --- a/lib/omniauth/facebook/version.rb +++ b/lib/omniauth/facebook/version.rb @@ -1,5 +1,5 @@ module OmniAuth module Facebook - VERSION = '7.0.0' + VERSION = '8.0.0' end end