=== 0.0.1 ===
- init
- added Botocore class

=== 0.0.2 ===
- override bdist_egg in setup.py

=== 0.0.3 ===
- fixed bugs
- added one more example to description

=== 0.1.0 ===
- botocore==0.65.0 support

=== 0.1.1 ===
- fixed requirements installation

=== 0.1.4 ===
- another attempt to make requirements works properly

=== 0.1.5 ===
- allow to do synchronous requests

=== 0.1.6 ===
- update requirements for pip 6.0+, thx to @buckheroux

=== 1.0.0 ===
- support latest botocore v 1.2.0
- use semantic versioning

=== 1.0.1 ===
- minor fix in docs

=== 1.0.2 ===
- fixed http_response.raw -> http_response.buffer for streaming body
- updated docs
- updated authors

=== 1.1.0 ===
- proxy support
- code cleaning
