Skip to content

Commit c41ac9d

Browse files
author
christian.casado
committed
increase of version
1 parent 4f7959c commit c41ac9d

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,28 @@
22

33
## [1.0.3](https://github.com/ShipEngine/shipengine-java/compare/v1.0.2...v1.0.3) (2024-01-17)
44

5-
65
### Bug Fixes
76

8-
* update timeout to 60s ([f8bca01](https://github.com/ShipEngine/shipengine-java/commit/f8bca01e115aba99343f64de30282c25c13ea045))
7+
- update timeout to 60s ([f8bca01](https://github.com/ShipEngine/shipengine-java/commit/f8bca01e115aba99343f64de30282c25c13ea045))
98

109
## 1.0.2 (2022-10-21)
1110

12-
1311
### Bug Fixes
1412

15-
* Fixed exception handling
16-
* Fixed bug in deriveUserAgent method in the InternalClient now reads sdk version from resources/project.properties instead of version.txt. ([2aa3d13](https://github.com/ShipEngine/shipengine-java/commit/2aa3d133756cfb311beb10bec3474dfad91bffef))
17-
* Testing and linting working CI ([748d2ce](https://github.com/ShipEngine/shipengine-java/commit/748d2ceced376e0d66f895f5251ba166e70d9c5f))
18-
* Updated pom.xml settings to fix JaCoCo coverage reporting bug. ([a91ef99](https://github.com/ShipEngine/shipengine-java/commit/a91ef99f29adf74e99478cc248291731be38ddff))
13+
- Fixed exception handling
14+
- Fixed bug in deriveUserAgent method in the InternalClient now reads sdk version from resources/project.properties instead of version.txt. ([2aa3d13](https://github.com/ShipEngine/shipengine-java/commit/2aa3d133756cfb311beb10bec3474dfad91bffef))
15+
- Testing and linting working CI ([748d2ce](https://github.com/ShipEngine/shipengine-java/commit/748d2ceced376e0d66f895f5251ba166e70d9c5f))
16+
- Updated pom.xml settings to fix JaCoCo coverage reporting bug. ([a91ef99](https://github.com/ShipEngine/shipengine-java/commit/a91ef99f29adf74e99478cc248291731be38ddff))
1917

2018
## 1.0.3
2119

2220
### Changes
2321

24-
* increase default timeout to 60s
22+
- increase default timeout to 60s
23+
24+
## 1.0.4
25+
26+
### Changes
27+
28+
- Added error code FundingSourceMissingConfiguration
29+
- Added error code FundingSourceError

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.shipengine</groupId>
88
<artifactId>shipengine</artifactId>
9-
<version>1.0.3</version>
9+
<version>1.0.4</version>
1010

1111
<name>ShipEngine SDK</name>
1212
<description>The official Java SDK for ShipEngine API.</description>

0 commit comments

Comments
 (0)