Skip to content

Commit 98c3b63

Browse files
authored
Release 0.5.0 (#34)
* Prep for release 0.5.0
1 parent fddebf4 commit 98c3b63

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Changelog for the omniauth-bigcommerce gem.
22

33
### Pending release
44

5+
### 0.5.0
6+
7+
- Ensure `oauth2` gem is below 2.0
8+
59
### 0.4.0
610

711
- Adds account_uuid to response payload

lib/omniauth/bigcommerce/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
module OmniAuth
1919
module BigCommerce
20-
VERSION = '0.4.1.pre'
20+
VERSION = '0.5.0'
2121
end
2222
end

0 commit comments

Comments
 (0)