++++++++++++++++++
**Improvements**
- Added support for pipeline config API.
- Added support for version API.
- Added support for plugin info API.
- Added support for environments API.
- Added methods for getting different internal information (undocumented): `support` and `process_list`.
- Added magic methods for iterating and key based access for some classes.
- All classes and their methods are now decorated with `since` decorator, which adds possibility to check
at run-time whether given functionality already supported in the GoCD server and let's dynamically select
correct headers.
**Testing**
- Now tests are executed for GoCD version, running in Docker container, which add possibility
to test for any available version of the server. Also cassettes are also saved individually for
each GoCD version.
- Added testing for PEP8 and other checks via `flake8`.