Update CHANGELOG and version for 0.3.0 release

This commit is contained in:
Preben Ingvaldsen 2014-10-21 14:34:26 -07:00
parent 88fdad7c05
commit 6815653183
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 0.3.0
This is a feature release.
* Add configuration settings for SSL Protocols and Cipher Suites to both the
Java and Clojure clients.
## 0.2.8
This is a bugfix release.

View file

@ -1,7 +1,7 @@
(def ks-version "0.7.2")
(def tk-version "0.5.1")
(defproject puppetlabs/http-client "0.2.9-SNAPSHOT"
(defproject puppetlabs/http-client "0.3.0-SNAPSHOT"
:description "HTTP client wrapper"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}