Skip to content

Commit d052459

Browse files
increase of version
1 parent 1a2ec2d commit d052459

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
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

src/ShipEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
// *

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)