HISTORY.md in emaildirect-1.3.4 vs HISTORY.md in emaildirect-2.0.0
- old
+ new
@@ -1,6 +1,10 @@
-## 1.3.4 (Jun 2, 2017)
+## 2.0.0 (Jun 7, 2017)
+* Switched API endpoint to Campaigner.
+* Locked Hashie <= 2.1.2
+
+## 1.3.4 (Jun 7, 2017)
* Hashie >= 3.0.0
## 1.3.3 (Aug 29, 2012)
* Added Order and OrderItem resources (bgetting)
@@ -24,7 +28,6 @@
* Add EmailDirect::Subscriber#update_custom_field and EmailDirect::Subscriber#update_custom_fields as a way to quickly update one or more custom fields.
* Custom Fields can now be passed as a regular ruby hash to any of the Subscriber methods and it will be converted to the correct JSON format.
* Authentication is done using a header instead of basic auth so FakeWeb is easier to use.
## 1.0.0 (Dec. 12th, 2011)
-
* Initial release