From 9c30001326f90e5f375bc635f86bf95fffd73b9f Mon Sep 17 00:00:00 2001 From: Andrew Roetker Date: Tue, 6 Dec 2016 13:56:18 -0800 Subject: [PATCH] (maint) Prepare release notes and project.clj for 0.7.0 feature release --- CHANGELOG.md | 8 ++++++++ project.clj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c741f5d..ba1f195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.7.0 + This is a feature release + +* [SERVER-1556](https://tickets.puppetlabs.com/browse/SERVER-1556) Add + puppetlabs/clj-i18n support to clj-http-client. +* Pass the global i18n locale binding in the "accept-language" header of Clojure + client requests. + ## 0.6.0 This is a feature and maintenance release diff --git a/project.clj b/project.clj index 82a4089..da9ac57 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ (def tk-jetty-version "1.5.0") (def i18n-version "0.4.3") -(defproject puppetlabs/http-client "0.6.1-SNAPSHOT" +(defproject puppetlabs/http-client "0.7.0-SNAPSHOT" :description "HTTP client wrapper" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}