README.md in keen-0.7.6 vs README.md in keen-0.7.7

- old
+ new

@@ -224,9 +224,15 @@ To track email opens, simply add an image to your email template that points to this URL. ### Changelog +##### 0.7.7 ++ Add support for HTTP and SOCKS proxies. Set `KEEN_PROXY_URL` to the proxy URL and `KEEN_PROXY_TYPE` to 'socks5' if you need to. These +properties can also be set on the client instances as `proxy_url` and `proxy_type`. + ++ Delegate the `master_key` fields from the Keen object. + ##### 0.7.6 + Explicitly require `CGI`. ##### 0.7.5 + Use `CGI.escape` instead of `URI.escape` to get accurate URL encoding for certain characters