diff --git a/CHANGELOG b/CHANGELOG index f5f70dfb..e31ca2b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/VERSION b/VERSION index ff365e06..0aec50e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.3 +3.1.4