Skip to content

Commit c5b4be2

Browse files
committed
1.0.1: Ruby 3.0 compatibility
1 parent 7b5a134 commit c5b4be2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

915
Mark 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

lib/omniauth/ebay-oauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module EbayOauth
5-
VERSION = '1.0.0'
5+
VERSION = '1.0.1'
66
end
77
end

0 commit comments

Comments
 (0)