(maint) Prepare release notes and project.clj for 0.7.0 feature release

This commit is contained in:
Andrew Roetker 2016-12-06 13:56:18 -08:00
parent b97ebb0526
commit 9c30001326
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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"}