From 6815653183016f2fc7b57de0b735e007210793f5 Mon Sep 17 00:00:00 2001 From: Preben Ingvaldsen Date: Tue, 21 Oct 2014 14:34:26 -0700 Subject: [PATCH] Update CHANGELOG and version for 0.3.0 release --- CHANGELOG.md | 6 ++++++ project.clj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6461540..f007838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/project.clj b/project.clj index c112a39..6bef7e1 100644 --- a/project.clj +++ b/project.clj @@ -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"}