Skip to content

Commit

Permalink
Version bump to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czarneckid committed Feb 15, 2014
1 parent c73a1d8 commit c1d4803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.6.0 (2014-02-15)

* Allow for customization of member_data namespace [#45](https://github.com/agoragames/leaderboard/pull/45)

## 3.5.0 (2014-01-24)

* Allow for custom keys to be set for customizing the data returned from calls like `leaders` or `around_me` [#44](https://github.com/agoragames/leaderboard/pull/44)
Expand Down
2 changes: 1 addition & 1 deletion lib/leaderboard/version.rb
@@ -1,3 +1,3 @@
class Leaderboard
VERSION = '3.5.0'.freeze
VERSION = '3.6.0'.freeze
end
2 changes: 1 addition & 1 deletion spec/version_spec.rb
Expand Up @@ -2,6 +2,6 @@

describe 'Leaderboard::VERSION' do
it 'should be the correct version' do
Leaderboard::VERSION.should == '3.5.0'
Leaderboard::VERSION.should == '3.6.0'
end
end

0 comments on commit c1d4803

Please sign in to comment.