Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Dec 20, 2013
1 parent 5f04eb8 commit 48b7ddc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.0
* Virtus models implemented for all end-points
* Added custom log class for debug, which redacts API keys
* Fix @raise_status_errors bug, will now raise error before trying to parse it as JSON

## 0.0.4
* Yanked 0.0.3 release as Team method not implemented
* Fixed team method
Expand Down
2 changes: 1 addition & 1 deletion lib/riot_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RiotApi
VERSION = '0.0.4'
VERSION = '0.1.0'
end

0 comments on commit 48b7ddc

Please sign in to comment.