CHANGES
=======

0.7.0
-----

* Add commands to API
* Change console layout to write on 80 char per line
* Added status-host-show
* Add List and Show for metric status
* httpretty can fail in Python 3.4 with wrong LC_ALL

0.6.0
-----

* Add recheck command
* Handle none attributes

0.5.1
-----

* Fixed custom fields loading

0.5.0
-----

* Add get and show for config.hosts
* Added Check Modulation
* Add tests for actions, config and status
* Added TestDowntime

0.4.1
-----

* Fixed issue where get_auth_token wouldn't return the id

0.4.0
-----

* Implemented token authentication
* Added config-service-[create/delete] commands
* fixed typo
* New commands: 'config-host-[create/delete]'
* Implemented downtime API
* Added acknowledgements

0.3.0
-----

* Implemented V2_0 API
* Fix: correctly handle help with any argument possibility

0.2.0
-----

* Added reload-config command

0.1.3
-----

* Added test_client_init
* Adjust to the new client constructor
* Revert "Fix: correctly handle '-h' (or --help)"

0.1.2
-----

* Fix/enh: don't require to give the version

0.1.1
-----

* Fix: correctly handle '-h' (or --help
* Fixed json load on python3
* Added create function to host and service
* Default client version to 1_0
* Changed column order for service-list
* HTTPClient improvements
* Added test_json_request_get
* Added service-list command
* Added more shell tests
* Added bash completion script
* Added bash completion
* Documented CLI in README
* Added CLI interface
* Added basic lib
* Added README.rst
* Added .gitreview
