File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 22
33## 1.0.0 (2021-08-04)
44
5-
65### Bug Fixes
76
8- * bump version number ([ 2eb5d71] ( https://www.github.com/ShipEngine/shipengine-php/commit/2eb5d710f82ccefd2110a720394234e47e38040e ) )
9- * implement CD w/ release please ([ 5325e40] ( https://www.github.com/ShipEngine/shipengine-php/commit/5325e40f0bff35f8cda1fc5f67ce5f461345a905 ) )
7+ - bump version number ([ 2eb5d71] ( https://www.github.com/ShipEngine/shipengine-php/commit/2eb5d710f82ccefd2110a720394234e47e38040e ) )
8+ - implement CD w/ release please ([ 5325e40] ( https://www.github.com/ShipEngine/shipengine-php/commit/5325e40f0bff35f8cda1fc5f67ce5f461345a905 ) )
109
1110## 1.0.1
1211
1312### Changes
1413
15- * increase default timeout from 15s to 60s
14+ - increase default timeout from 15s to 60s
15+
16+ ## 1.0.2
17+
18+ ### Changes
19+
20+ - Added error code FundingSourceMissingConfiguration
21+ - Added error code FundingSourceError
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class ShipEngine
1818 /**
1919 * ShipEngine SDK Version
2020 */
21- public const VERSION = '1.0.1 ' ;
21+ public const VERSION = '1.0.2 ' ;
2222
2323 // /**
2424 // *
Original file line number Diff line number Diff line change 1- 1.0.1
1+ 1.0.2
You can’t perform that action at this time.
0 commit comments