Skip to content

Commit

Permalink
Update CHANGELOG and version for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 7, 2019
1 parent c44473a commit 40fd415
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0
* Adds `page` parameter to `games_by_platform_id` and includes `boxart`.
* Adds all available fields from Platforms in `platforms`, updates tests. Changes `:slug` to `:alias` in platforms response, to map to same response from API.
* Refactored `json_response` to use `includes` and extra data from the API response.


## 1.0.0

* Updated to new API endpoint, API key is now required to use the gem. Request an API Key here: https://forums.thegamesdb.net/viewforum.php?f=10
Expand Down
2 changes: 1 addition & 1 deletion lib/thegamesdb/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gem version
module Gamesdb
VERSION = '1.0.0'.freeze
VERSION = '1.1.0'.freeze
end
2 changes: 1 addition & 1 deletion test/platform_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
describe 'platform' do
describe 'assigning basic info' do
before do
@platform = Gamesdb.platform_by_id 6
@platform = Gamesdb.platform_by_id(6)
end

it 'should return valid platform info' do
Expand Down

0 comments on commit 40fd415

Please sign in to comment.