Merge pull request #70 from camlow325/maint/master/prep-for-0.8.0-release

(MAINT) Prep for 0.8.0 release
This commit is contained in:
Ruth Linehan 2017-02-09 13:51:29 -08:00 committed by GitHub
commit 66716b8c89
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 0.8.0
This is a feature release
* [PDB-2640](https://tickets.puppetlabs.com/browse/PDB-2640) Added a
`:compress-request-body` request option which allows for the request
body content to be gzip-compressed before forwarding it on to the server
## 0.7.0
This is a feature release

View file

@ -1,4 +1,4 @@
(defproject puppetlabs/http-client "0.7.1-SNAPSHOT"
(defproject puppetlabs/http-client "0.8.0-SNAPSHOT"
:description "HTTP client wrapper"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}