This release supports Cardmarket pricing which is now available in the API.
3.1.0
Closes 10
3.0.0
Version 3.0.0 also officially supports version 2 of the API.
2.0.0
This has breaking changes. where clauses are no longer chained together in favor of a single where clause that takes a hash. There is no need to call all after the where. Example: V1: `Card.where(supertype='pokemon').where(types='psychic).all()`