Skip to content

Commit bb4f47a

Browse files
committed
Release 2.2.0
1 parent bbd656d commit bb4f47a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.2.0] - 2023-11-15
11+
12+
### Changed
13+
14+
- uses HTTPS by default
15+
- adds a User-Agent Header on the API Requests
16+
- updeates gradle to 8.4
17+
- updeates dependencies jackson 2.15.3, junit 5.10.1
18+
1019
## [2.1.0] - 2023-11-10
1120

1221
### Changed
@@ -83,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8392

8493
- Bug fix bounds on forward request (#27)
8594

86-
[Unreleased]: https://github.com/OpenCageData/jopencage/compare/2.1.0...master
95+
[Unreleased]: https://github.com/OpenCageData/jopencage/compare/2.2.0...master
96+
[2.2.0]: https://github.com/OpenCageData/jopencage/compare/2.1.0...2.2.0
8797
[2.1.0]: https://github.com/OpenCageData/jopencage/compare/2.0.0...2.1.0
8898
[2.0.0]: https://github.com/OpenCageData/jopencage/compare/v1.4.1...2.0.0
8999
[1.4.1]: https://github.com/OpenCageData/jopencage/compare/1.4.0...v1.4.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=com.opencagedata
22
artifactId=jopencage
3-
version=2.2.0-SNAPSHOT
3+
version=2.2.0
44

55
# slf4jVersion=1.7.32
66
httpClientVersion=5.2.1

0 commit comments

Comments
 (0)