Skip to content

Commit

Permalink
1.0.1: Ruby 3.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Sep 1, 2021
1 parent 7b5a134 commit c5b4be2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2021-09-01

### Fixed

- Ruby 3.0 compatibility (keyword arguments usage)

## [1.0.0] - 2021-04-01

Mark gem as stable
Expand Down Expand Up @@ -64,6 +70,7 @@ Mark gem as stable
- Initial release: fully working strategy. @ignat-z


[1.0.1]: https://github.com/evilmartians/omniauth-ebay-oauth/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/evilmartians/omniauth-ebay-oauth/compare/v0.5.0...v1.0.0
[0.5.0]: https://github.com/evilmartians/omniauth-ebay-oauth/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/evilmartians/omniauth-ebay-oauth/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/ebay-oauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module EbayOauth
VERSION = '1.0.0'
VERSION = '1.0.1'
end
end

0 comments on commit c5b4be2

Please sign in to comment.