File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11group =com.opencagedata
22artifactId =jopencage
3- version =2.2.0-SNAPSHOT
3+ version =2.2.0
44
55# slf4jVersion=1.7.32
66httpClientVersion =5.2.1
You can’t perform that action at this time.
0 commit comments