2018-07-24 18:44:05 +00:00
# 1.1.2 / 2018-07-24
* Replace license stub with full text
* Adjust README badges
* Add auto-publishing to Github
* Remove import comment, migrate to dep for vendoring
2016-10-11 15:00:00 +00:00
# 1.1.1 / 2016-10-11
* Publish binaries to Github
2016-08-15 15:43:23 +00:00
# 1.1.0 / 2016-08-15
* Add support for multiple Vault instances
2016-07-20 06:43:15 +00:00
# 1.0.0 / 2016-07-20
* add dockerized version
* improve token parameter
**Breaking change:** Token parameter no longer expects comma delimitted tokens but now you need to specify the tokens either as arguments or specify the token parameter multiple times for multiple tokens
* update rconfig
2015-08-13 12:04:12 +00:00
2016-03-31 14:08:36 +00:00
0.1.2 / 2016-03-31
==================
* Use a HTTP client with explicit timeout
2016-03-31 14:02:40 +00:00
0.1.1 / 2016-03-31
==================
* Vendored dependencies
* Use log package for logging to have timestamps
2015-08-13 12:04:12 +00:00
0.1.0 / 2015-08-13
==================
2016-10-11 15:00:00 +00:00
* Initial version