From b6ff1c0c74a9f35abb1737e81e1e10728bbca27d Mon Sep 17 00:00:00 2001 From: Marcus Gartner Date: Wed, 27 Jul 2016 09:28:01 -0700 Subject: [PATCH] v2.5.1 --- CHANGELOG.md | 3 +++ lib/lob/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce901f4..a2d573a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [**2.5.1**](https://github.com/lob/lob-ruby/releases/tag/v2.5.1) +- [**#145**] (https://github.com/lob/lob-ruby/pull/145) More lenient rest-client version restriction + ## [**2.5.0**](https://github.com/lob/lob-ruby/releases/tag/v2.5.0) - [**#140**] (https://github.com/lob/lob-ruby/pull/140) Adds access to response and headers diff --git a/lib/lob/version.rb b/lib/lob/version.rb index 7da92fa..8ece0b1 100644 --- a/lib/lob/version.rb +++ b/lib/lob/version.rb @@ -1,3 +1,3 @@ module Lob - VERSION = "2.5.0" + VERSION = "2.5.1" end