From 2e35c54145894f7fba58f8e8c26521b2f1176dc0 Mon Sep 17 00:00:00 2001 From: Jeremy Barlow Date: Thu, 9 Feb 2017 12:05:51 -0800 Subject: [PATCH] (MAINT) Prep for 0.8.0 release --- CHANGELOG.md | 6 ++++++ project.clj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1f195..dc32f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/project.clj b/project.clj index f60f1a9..4fc9cd1 100644 --- a/project.clj +++ b/project.clj @@ -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"}