(MAINT) Prep for 0.8.0 release

This commit is contained in:
Jeremy Barlow 2017-02-09 12:05:51 -08:00
parent 53abf04ee5
commit 2e35c54145
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 ## 0.7.0
This is a feature release 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" :description "HTTP client wrapper"
:license {:name "Apache License, Version 2.0" :license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"} :url "http://www.apache.org/licenses/LICENSE-2.0.html"}