|
| 1 | +#### 4.0.0 release, Sep 5th, 2019 |
| 2 | +- [Allow multiple accounts in a single service/application](https://github.com/goshippo/shippo-ruby-client/pull/74) |
| 3 | +- [Updated rest client depndency](https://github.com/goshippo/shippo-ruby-client/pull/91) |
| 4 | +- [Remove json dependency](https://github.com/goshippo/shippo-ruby-client/pull/90) |
| 5 | +- [Fix require relative issues](https://github.com/goshippo/shippo-ruby-client/pull/90) |
| 6 | +- [Fix shipment create parcel -> parcels](https://github.com/goshippo/shippo-ruby-client/pull/86) |
| 7 | +- [Fix rate call for Shipments](https://github.com/goshippo/shippo-ruby-client/pull/83) |
| 8 | + |
1 | 9 | #### 3.1.0 release, Sep 11th, 2017 |
2 | 10 | - Removed deprecated methods |
3 | 11 | - Removed hash payload in GET |
|
36 | 44 | #### 2.0.5 release, Oct 24th, 2016 |
37 | 45 | - Updated README.md |
38 | 46 | - now possible to send API version |
39 | | - |
| 47 | + |
40 | 48 | #### 2.0.4 release, Oct 6th 2016 |
41 | 49 | - Rails5 Compatibility via relaxed dependencies |
42 | 50 | - removing mime-types dependency |
43 | 51 | - relaxing activesupport to allow version 5 |
44 | 52 | - reorganizing exceptions to enable subclassing with additional parameters and more readable #to_s method |
45 | | - - adding bin/console for easy irb-ing |
| 53 | + - adding bin/console for easy irb-ing |
46 | 54 |
|
47 | 55 | #### 2.0.3 release, Oct 3rd 2016 |
48 | 56 |
|
|
51 | 59 | #### 2.0.2 release, Aug 17th 2016 |
52 | 60 |
|
53 | 61 | - Removed gem dependency `colored2` as directly decorating object and string was causing Rals Rack to throw errors when users uploaded large files. |
54 | | - - Fixed url for `CarrierAccount` |
| 62 | + - Fixed url for `CarrierAccount` |
55 | 63 | - README fixes |
56 | | - |
| 64 | + |
57 | 65 | #### 2.0.0-beta July 7th, 2016 |
58 | 66 |
|
59 | 67 | - Added a concept of List transformer in order to properly coerce |
|
0 commit comments