# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2018-01-27
### Fixed
- Make tests more reliable

## [0.1.0] - 2018-01-27
### Added
- `Accounts`
  * `get/1` for getting account details
  * `get_data/2` for getting data associated with account
- `Assets`
  * `all/0` and `all/1` for listing assets in the system
- `Effects`
  * `get/1` for getting effect details
  * `all/0` and `all/1` for listing effects in the system
  * `all_for_account/1` and `all_for_account/2` for listing effects for an account
- `Offers`
  * `all_for_account/1` and `all_for_account/2` for listing offers for an account
- `Operations`
  * `get/1` for getting operation details
  * `all/0` and `all/1` for listing operations in the system
  * `all_for_account/1` and `all_for_account/2` for listing operations for an account
- `Payments`
  * `all/0` and `all/1` for listing payments in the system
  * `all_for_account/1` and `all_for_account/2` for listing payments for an account
- `Transactions`
  * `get/1` for getting transaction details
  * `all/0` and `all/1` for listing transactions in the system
  * `all_for_account/1` and `all_for_account/2` for listing transactions for an account
