Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamaya committed Nov 15, 2023
1 parent bbd656d commit bb4f47a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - 2023-11-15

### Changed

- uses HTTPS by default
- adds a User-Agent Header on the API Requests
- updeates gradle to 8.4
- updeates dependencies jackson 2.15.3, junit 5.10.1

## [2.1.0] - 2023-11-10

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

- Bug fix bounds on forward request (#27)

[Unreleased]: https://github.com/OpenCageData/jopencage/compare/2.1.0...master
[Unreleased]: https://github.com/OpenCageData/jopencage/compare/2.2.0...master
[2.2.0]: https://github.com/OpenCageData/jopencage/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/OpenCageData/jopencage/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/OpenCageData/jopencage/compare/v1.4.1...2.0.0
[1.4.1]: https://github.com/OpenCageData/jopencage/compare/1.4.0...v1.4.1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=com.opencagedata
artifactId=jopencage
version=2.2.0-SNAPSHOT
version=2.2.0

# slf4jVersion=1.7.32
httpClientVersion=5.2.1
Expand Down

0 comments on commit bb4f47a

Please sign in to comment.