From eb3b9ca7f9018308abdd1b934573c16252230228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Tue, 20 Oct 2020 00:06:32 +0200 Subject: [PATCH] Bump major version to 8.0, add changelog entry. --- 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 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