You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
### Chore
10
+
## [1.4.1] - 2023-10-04
11
+
12
+
### Changed
11
13
14
+
- on maven central the groupId is now `com.opencagedata`, hence the imports are now using `com.opencagedata`
12
15
- upgrade gradle to 8.2.1
13
16
- updeates dependencies httpClient 5.2.1, jackson 2.15.2, junit 5.10.0
14
17
- CI on OpencageData repository
15
18
16
-
## [1.4.1] - 2023-07-03
17
-
18
19
### Fixed
19
20
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)
0 commit comments