File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.0.1] - 2021-09-01
8+
9+ ### Fixed
10+
11+ - Ruby 3.0 compatibility (keyword arguments usage)
12+
713## [ 1.0.0] - 2021-04-01
814
915Mark gem as stable
@@ -64,6 +70,7 @@ Mark gem as stable
6470 - Initial release: fully working strategy. @ignat-z
6571
6672
73+ [ 1.0.1 ] : https://github.com/evilmartians/omniauth-ebay-oauth/compare/v1.0.0...v1.0.1
6774[ 1.0.0 ] : https://github.com/evilmartians/omniauth-ebay-oauth/compare/v0.5.0...v1.0.0
6875[ 0.5.0 ] : https://github.com/evilmartians/omniauth-ebay-oauth/compare/v0.4.0...v0.5.0
6976[ 0.4.0 ] : https://github.com/evilmartians/omniauth-ebay-oauth/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change 22
33module OmniAuth
44 module EbayOauth
5- VERSION = '1.0.0 '
5+ VERSION = '1.0.1 '
66 end
77end
You can’t perform that action at this time.
0 commit comments