=== 3.0.1 2016-01-05

* Updated ReadMe (thanks browner12!)
* Added DocBlock annotations to all methods (thanks browner12!)


=== 3.0.0 2015-12-18

* Fixed Shipment Retrieve by tracking_code


=== 2.1.2 2015-11-04

* Added Tracker.all example, and updated some old examples


=== 2.1.1 2015-07-01

* Removed cURL options for SSL version, timeout, and connect timeout. The
default values for these options are acceptable.


=== 2.1.0 2015-04-10

* Added User and CarrierAccount resources and examples for each.
* Modified EasyPost Object setter to record the change in the top level parent
object rather than the object that the change was made in. This allows you to
change sub objects and then call save() on the parent to have all properties
saved.
* Removed EasyPost Object transientValues and made unsavedValues act as a
representation of the params to send on save, rather than a flag to indicate
if a property had been changed.
* Added support for EasyPost's new error format: {"error": {"message": "...",
"code": ..., "errors": {...}}} as well as a prettyPrint function to better
display errors in development.
* Added support for additional HTTP methods PATCH and PUT.
* EasyPost Objects are now Iterable.


=== 2.0.12 2015-02-04

* Added pickup class
* Added pickup example


=== 2.0.11 2014-11-04

* Added tracker to shipment buy response
* Updated tracker examples


=== 2.0.10 2014-07-07

* Added Item, Container, and Order resources.


=== 2.0.9 2014-04-08

* Updated the CA cert bundle.


=== 2.0.8 2013-12-29

* Added the ability to add negative filters to Shipment->lowest_rate by starting them with an exclamation mark.


=== 2.0.7 2013-11-08

* Added endpoint to create shipment from tracking code.


=== 2.0.6 2013-10-21

* Added Event resource for webhooks.


=== 2.0.5 2013-08-30

* API Addition: Batch.buy method added. Trigger the purchasing of labels after a successful Batch.create.
* API Addition: Batch.scan_form method added. Quickly generate a scan_form for an entire batch.


=== 2.0.4 2013-07-31

* API Addition: Tracker objects added. Trackers can be used to register any tracking code with EasyPost webhooks.


=== 2.0.3 2013-07-16

* Bug fix: error messages should no longer be truncated to their first character.


=== 2.0.2 2013-07-05

* Added function to Address to all creating and verifying at the same time.


=== 2.0.1 2013-07-01

* Add label function to Shipment to request specific label file_formats (pdf, epl2, zpl).
* Add insure function to Shipment. Add insurance to any shipment in one call!
