From 98c3b630a8250ae74aba4fae74e7eb88bc083ca8 Mon Sep 17 00:00:00 2001 From: Josh K Date: Thu, 5 Oct 2023 14:37:38 -0500 Subject: [PATCH] Release 0.5.0 (#34) * Prep for release 0.5.0 --- CHANGELOG.md | 4 ++++ lib/omniauth/bigcommerce/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9e074..84cbb86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Changelog for the omniauth-bigcommerce gem. ### Pending release +### 0.5.0 + +- Ensure `oauth2` gem is below 2.0 + ### 0.4.0 - Adds account_uuid to response payload diff --git a/lib/omniauth/bigcommerce/version.rb b/lib/omniauth/bigcommerce/version.rb index 5b2d0f1..204c38b 100644 --- a/lib/omniauth/bigcommerce/version.rb +++ b/lib/omniauth/bigcommerce/version.rb @@ -17,6 +17,6 @@ # module OmniAuth module BigCommerce - VERSION = '0.4.1.pre' + VERSION = '0.5.0' end end