README.md in todoist-ruby-0.2.4 vs README.md in todoist-ruby-0.2.5

- old
+ new

@@ -230,9 +230,10 @@ @client.sync ``` ## Version History +* 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. * 0.1.3: Changed ```Todoist::Sync``` managers so that the update method uses a hash instead of an OpenStruct. The OpenStruct creates errors when an OpenStruct passed from a previous call is used. The hash helps the caller make fewer mistakes.