Skip to content

Commit

Permalink
Start work for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 17, 2023
1 parent dc8016d commit d6c2fb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0

Now testing Ruby versions 3.0, 3.1, 3.2, JRuby and TruffleRuby.

Added some better error handling. Now you can catch from `Gamesdb::Error` if there's any response from the server whose status is >= 300 (e.g. 403 for wrong API Key). I'll improve on this in future releases.

## 2.0.0

Refactored code and functionality. The library was refactored in a way you need to instantiate a client with the API key to use it (more info in "Breaking changes"). 100% of the documented API is now supported and implemented.
Expand Down
2 changes: 1 addition & 1 deletion lib/thegamesdb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Gem version
module Gamesdb
VERSION = '2.0.0'
VERSION = '2.1.0'
end

0 comments on commit d6c2fb6

Please sign in to comment.