File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 22
33## [ 1.0.4] ( https://github.com/ShipEngine/shipengine-ruby/compare/v1.0.3...v1.0.4 ) (2024-01-17)
44
5-
65### Bug Fixes
76
8- * change default timeout to 60s ([ 81bfe73] ( https://github.com/ShipEngine/shipengine-ruby/commit/81bfe73feb0abc8a87aedb15e9b3935dd33d4da9 ) )
7+ - change default timeout to 60s ([ 81bfe73] ( https://github.com/ShipEngine/shipengine-ruby/commit/81bfe73feb0abc8a87aedb15e9b3935dd33d4da9 ) )
98
109## [ 1.0.3] ( https://github.com/ShipEngine/shipengine-ruby/compare/v1.0.2...v1.0.3 ) (2023-06-16)
1110
12-
1311### Bug Fixes
1412
15- * Update publish to Gem API Key ([ 3f9c8e5] ( https://github.com/ShipEngine/shipengine-ruby/commit/3f9c8e5eec8147e2fb1b38a114fa0e2ff24a5f9e ) )
13+ - Update publish to Gem API Key ([ 3f9c8e5] ( https://github.com/ShipEngine/shipengine-ruby/commit/3f9c8e5eec8147e2fb1b38a114fa0e2ff24a5f9e ) )
1614
1715## [ 1.0.4]
1816
1917### Changes
2018
21- * increase default timeout from 30s to 60s
19+ - increase default timeout from 30s to 60s
20+
21+ ## [ 1.0.5]
22+
23+ ### Changes
24+
25+ - Added error code FundingSourceMissingConfiguration
26+ - Added error code FundingSourceError
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- shipengine_sdk (1.0.4 )
4+ shipengine_sdk (1.0.5 )
55 faraday (>= 1.4 )
66 faraday_middleware (>= 1.0 )
77 hashie (>= 3.4 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ShipEngine
4- VERSION = '1.0.4 '
4+ VERSION = '1.0.5 '
55end
You can’t perform that action at this time.
0 commit comments