CHANGELOG.md in chef-api-0.7.0 vs CHANGELOG.md in chef-api-0.7.1
- old
+ new
@@ -1,6 +1,14 @@
# ChefAPI Changelog
+## v0.7.1 (2017-08-06)
+
+- Don't set nil `JSON.create_id` as it's unnecessary in recent versions
+ of the JSON library
+- Avoid ArgumentError when no HOME environment variable is set
+- Add Resource::Organization proxy
+- Update all comments to point to the correct Docs site URLs
+
## v0.6.0 (2016-05-05)
- Remove support for Ruby 1.9
- Add the ability to disable signing on a request
- Always send JSON when authenticating a user