README.md in keen-0.7.0 vs README.md in keen-0.7.1
- old
+ new
@@ -175,9 +175,12 @@
To track email opens, simply add an image to your email template that points to this URL.
### Changelog
+##### 0.7.1
++ Allow configuration of the base API URL via the KEEN_API_URL environment variable. Useful for local testing and proxies.
+
##### 0.7.0
+ BREAKING CHANGE! Added support for read and write scoped keys to reflect the new Keen IO security architecture.
The advantage of scoped keys is finer grained permission control. Public clients that
publish events (like a web browser) require a key that can write but not read. On the other hand, private dashboards and
server-side querying processes require a Read key that should not be made public.