Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
keolo committed Aug 30, 2013
1 parent 5304441 commit 7d4ca00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -94,6 +94,9 @@ Create tag v2.0.2 and build and push mixpanel_client-2.0.2.gem to Rubygems

## Changelog

### v3.1.1
* Avoid overriding the arg of client.request
* Allow retrieving the request_uri of a Mixpanel request

### v3.1.0
* Parallel requests option.
Expand Down Expand Up @@ -149,6 +152,8 @@ Create tag v2.0.2 and build and push mixpanel_client-2.0.2.gem to Rubygems
Feel free to add your name and link here.

[Keolo Keagy](http://github.com/keolo) (Author)
[Hiroshige Umino](https://github.com/yaotti)
[Gabor Ratky](https://github.com/rgabo)
[Bill DeRusha](https://github.com/bderusha)
[Jason Logsdon](https://github.com/jasonlogsdon)
[James R](https://github.com/Cev)
Expand Down
2 changes: 1 addition & 1 deletion lib/mixpanel/version.rb
Expand Up @@ -10,6 +10,6 @@ module Mixpanel
# Return metrics from Mixpanel Data API
class Client
# Mixpanel::Client library version
VERSION = '3.1.0'
VERSION = '3.1.1'
end
end

0 comments on commit 7d4ca00

Please sign in to comment.