Skip to content

Commit 09767c0

Browse files
committed
updates change log to reflect publication on maven central
1 parent 5be79ec commit 09767c0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Chore
10+
## [1.4.1] - 2023-10-04
11+
12+
### Changed
1113

14+
- on maven central the groupId is now `com.opencagedata`, hence the imports are now using `com.opencagedata`
1215
- upgrade gradle to 8.2.1
1316
- updeates dependencies httpClient 5.2.1, jackson 2.15.2, junit 5.10.0
1417
- CI on OpencageData repository
1518

16-
## [1.4.1] - 2023-07-03
17-
1819
### Fixed
1920

20-
- Decimal numbers with large scale are converted to String using the E notation, leading to incorrect results with reverse geocoding.
21-
- Coerce latitude/longitude to String preventing E notation [#44](https://github.com/moberwasserlechner/jopencage/issues/44) thx [@lpellegr](https://github.com/lpellegr)
22-
- Chores: Fixed SSL and AllowAllHostNameVerifier [#43](https://github.com/moberwasserlechner/jopencage/pull/43) thx [@damade](https://github.com/damade)
21+
- [@moberwasserlechner]: Decimal numbers with large scale are converted to String using the E notation, leading to incorrect results with reverse geocoding.
22+
- [@moberwasserlechner]: Coerce latitude/longitude to String preventing E notation [#44](https://github.com/moberwasserlechner/jopencage/issues/44) thx [@lpellegr](https://github.com/lpellegr)
23+
- [@moberwasserlechner]: Fixed SSL and AllowAllHostNameVerifier [#43](https://github.com/moberwasserlechner/jopencage/pull/43) thx [@damade](https://github.com/damade)
2324

2425
## [1.4.0] - 2021-04-18
2526

0 commit comments

Comments
 (0)