v0.1.0 - Original version
v0.2.0 - Support for multiple American Express cards, parsing using Nokogiri
v0.3.0 - Adds support for loading the transactions from the most recent statement (but it's broken because I forgot to change something from testing :( )
v0.3.1 - Working version of v0.3.0 that will successfully load transactions from the most recent statement
v0.3.2 - Generates a fake HardwareId in the first request, since I'm paranoid about American Express blocking 'dummy_device_id'
v0.4.0 - Improves transactions - adds support for lazy-loading and pagination from Amex::CardAccount#transactions
v0.4.1 - Adds YARD documentation