README.md in keen-0.8.5 vs README.md in keen-0.8.6
- old
+ new
@@ -321,10 +321,10 @@
If you write a script that uses `publish_async`, you need to keep the script alive long enough for the call(s) to complete.
EventMachine itself won't do this because it runs in a different thread. Here's an [example gist](https://gist.github.com/dzello/7472823) that shows how to exit the process after the event has been recorded.
### Changelog
-##### 0.8.5
+##### 0.8.6
+ Add support for getting [query URLs](https://github.com/keenlabs/keen-gem/pull/47)
+ Make the `query` method public so code supporting dynamic analysis types is easier to write
##### 0.8.4
+ Add support for getting [project details](https://keen.io/docs/api/reference/#project-row-resource)