From 8f6c6a6b95b5b404c82415663ee47ccc890ba9c9 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Mon, 12 Feb 2018 21:01:36 -0500 Subject: [PATCH] Release 0.16.0 --- Changelog.md | 2 +- lib/httparty/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index a17c629..46abcd7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -## 0.16.0 (master) +## 0.16.0 * [Add multipart support](https://github.com/jnunemaker/httparty/pull/569) diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index fae53a5..9bdce3e 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.15.7" + VERSION = "0.16.0" end