Skip to content

Commit f739dc9

Browse files
committed
0.4.0
1 parent a978ca6 commit f739dc9

2 files changed

Lines changed: 7 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.4.0
6+
7+
- Adds account_uuid to response payload
8+
59
### 0.3.3
610

711
- Add Standard BigCommerce OSS Documentation

lib/omniauth/bigcommerce/version.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
24
#
35
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
@@ -15,6 +17,6 @@
1517
#
1618
module OmniAuth
1719
module BigCommerce
18-
VERSION = '0.3.4.pre'.freeze
20+
VERSION = '0.4.0'
1921
end
2022
end

0 commit comments

Comments
 (0)