clj-http-client/CHANGELOG.md

14 lines
342 B
Markdown
Raw Normal View History

2014-04-14 23:13:08 +00:00
## 0.1.6
* Add support for configuring client SSL context with a CA cert without a client cert/key
## 0.1.5
2014-04-08 22:00:24 +00:00
* Update to latest version of puppetlabs/kitchensink
* Use puppetlabs/certificate-authority for SSL tasks
2014-04-14 23:13:08 +00:00
## 0.1.4
* Fix bug in sync.clj when excluding clojure.core/get
2014-04-01 18:46:20 +00:00
## 0.1.3
* Added a Java API for the synchronous client