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