Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshed-io committed Jul 3, 2014
1 parent 1475ef3 commit c90319e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,11 @@ EventMachine itself won't do this because it runs in a different thread. Here's

### Changelog

##### 0.8.4
+ Add support for getting [project details](https://keen.io/docs/api/reference/#project-row-resource)

##### 0.8.3
+ Add support for getting a list of a project's collections
+ Add support for getting a list of a [project's collections](https://keen.io/docs/api/reference/#event-resource)

##### 0.8.2
+ Add support for `median` and `percentile` analysis
Expand Down
2 changes: 1 addition & 1 deletion lib/keen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Keen
VERSION = "0.8.3"
VERSION = "0.8.4"
end

0 comments on commit c90319e

Please sign in to comment.