Skip to content

Commit

Permalink
Bump to version 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Sep 29, 2020
1 parent 7a4cebf commit 87a7a02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 3.1.4 2020-09-29

* Don't modify params passed into Address#create (#78; thanks @TheRusskiy)
* Don't modify `carriers` and `services` parameters to `Shipment.lowest_rate` (#71 / #103, thanks @vladvinnikov and @jurisgalang)
* When constructing an easypost object, convert the key to a string (#102; thanks @Geesu)
* Expose the raw HTTP response as `#http_body` on `EasyPost::Error` objects (#101; thanks @Geesu)

=== 3.1.3 2020-06-26

* Fix bug causing Authorization header to be included in User-Agent header. All users must upgrade.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.1.4

0 comments on commit 87a7a02

Please sign in to comment.