CHANGES.md in contextio-1.6.0 vs CHANGES.md in contextio-1.7.0
- old
+ new
@@ -1,6 +1,15 @@
# Changes
+## 1.7.0
+
+* Further README updates for clarity. - Johnny Goodman
+* Convert to Faraday back-end for making requests. - Ben Hamill
+* Fix bug in `ContextIO::Source` that caused the `sync_data` method to always
+ fail. - Dominik Gehl
+* Improve documentation for `ContextIO::API::ResourceCollection#where` to
+ include a link to the general API documentation. - Chris McNair
+
## 1.6.0
* Add `version` and `base_url` instance variables to API. - Dominik Gehl
* Don't try to JSON parse raw attachments. - Dominik Gehl
* Use symbols for options internally to avoid OAuth gem failure. - Ben Hamill