# 0.4.1 (2016/11/24)

Enhancements:

* Get AWS_REGION from ~/.aws/config as default
* Fix default of AWS_PROFILE was set to 'nil' rather than nil

# 0.4.0 (2016/11/24)

Enhancements:

* Refactoring
* Add instance_type to to_hash (or -j option)
* Support new standard environment variables of AWS CLI such as AWS_DEFAULT_REGION, AWS_DEFAULT_PROFILE, AWS_CREDENTIAL_FILE.

# 0.3.1 (2016/04/21)

Enhancements:

* Add --all option

# 0.3.0 (2016/04/21)

Changes:

* List only running hosts as default via CLI

# 0.2.4 (2015/09/18)

Changes:

* Change --line-delimited-json option to --jsonl. See http://jsonlines.org/

# 0.2.3 (2015/08/28)

Changes:

* Remove shutting-down hosts from lists in addition to terminated as default

# 0.2.2 (2015/08/28)

yanked

# 0.2.1 (2015/08/26)

Fixes:

* Fix to be able to use together with capistrano 3

# 0.2.0 (2015/08/19)

Changes:

* Use optparse instead of thor
  * Format to specify array option arguments are changed from --option a b c to --option a,b,c
  * --long_option (underscore) is no longer available, only --long-option (dash) is available

# 0.1.1 (2015/08/11)

Changes:

* Rename `--json` to `--line-delimited-json`. Alias is kept as `-j`.
* Add `--json` which returns an arrayed json
* Add `--pretty-json` which returns json in pretty print

Fixes:

* Stop using Aws.config.update, it changes the default config

# 0.1.0 (2015/08/11)

Enhancements:

* Alias `--json` to `-j` option
* Possible speed up for instance_id, role, role1, role2, role3 condition

# 0.0.9 (2015/08/10)

Enhancements:

* Add `--state` and `--monitoring` option
* Remove terminated instances from list as default
* Support nested key such as instance.instance_id (as library)

# 0.0.8 (2015/08/10)

Enhancements:

* Add `--instance-id` option for filtering by instance_id

# 0.0.7 (2015/08/10)

Enhancements:

* Add `--json` option

# 0.0.6 (2015/08/10)

Enhancements:

* Add `--private-ip` (alias to `--ip`) and `--public-ip` options

# 0.0.5 (2015/08/10)

Changes:

* Change the display of --info option

# 0.0.4 (2015/08/10)

Enhancement:

* Add -r (and -u) option as a short option of --role (and --usage)

# 0.0.3 (2015/08/10)

Enhancement:

* Add ROLE_TAG_DELIMITER and ARRAY_TAG_DELIMITER config

# 0.0.2 (2015/08/10)

Fixes:

* Remove `require bundler/setup` not to require bundler

# 0.0.1 (2015/08/10)

first version