README.md in todoist-ruby-0.2.6 vs README.md in todoist-ruby-0.2.7
- old
+ new
@@ -230,9 +230,10 @@
@client.sync
```
## Version History
+* 0.2.6: Fixed File.exists? to File.exist. Updated deletion API call for items and projects with updated tests. Special thank you to @mtantawy for the pull request and updates!
* 0.2.5: Fix for Extra params aren't sent when creating a item when using the misc add_item method. (Thank you to @juliend2)
* 0.2.4: Numerous bug fixes to address v7 to v8 changes that go beyond just an endpoint change. Passing all specs.
* 0.2.3: Updated to v8 endpoints
* 0.2.2: For some code paths, it seems OpenSSL does not get loaded. Added require 'openssl' to network helper
* 0.2.1: Major refactoring of library to support implementations that require multi-user support in a concurrent environment (e.g. Rails app). The previous implementation relied heavily on class singletons. Internally, the code has been cleaned up significantly. Due to the scale of changes, 0.2.1 is not compatible 0.1.x versions of the library.