Skip to content

Commit a0bc1ef

Browse files
Update README and CHANGELOG
1 parent 20413af commit a0bc1ef

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.0.1] - 2025-07-22
11+
12+
Minor release to fix an issue in the new automated workflow.
13+
1014
## [5.0.0] - 2025-07-22
1115
### Changed
1216
- **BREAKING:** Require Java 21+.
@@ -148,7 +152,8 @@ https://github.com/ipregistry/ipregistry-java#caching
148152
## [1.0.0] - 2019-07-03
149153
- First public release.
150154

151-
[Unreleased]: https://github.com/ipregistry/ipregistry-java/compare/v5.0.0...HEAD
155+
[Unreleased]: https://github.com/ipregistry/ipregistry-java/compare/v5.0.1...HEAD
156+
[5.0.1]: https://github.com/ipregistry/ipregistry-java/compare/v5.0.0...v5.0.1
152157
[5.0.0]: https://github.com/ipregistry/ipregistry-java/compare/v4.0.0...v5.0.0
153158
[4.0.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.7.0...v4.0.0
154159
[3.7.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.6.0...v3.7.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ You'll need an Ipregistry API key, which you can get along with 100,000 free loo
2222
<dependency>
2323
<groupId>co.ipregistry</groupId>
2424
<artifactId>ipregistry-client</artifactId>
25-
<version>4.0.0</version>
25+
<version>5.0.1</version>
2626
</dependency>
2727
```
2828

2929
#### Gradle
3030

3131
```
32-
implementation 'co.ipregistry:ipregistry-client:4.0.0'
32+
implementation 'co.ipregistry:ipregistry-client:5.0.1'
3333
```
3434

3535
### Quick start

0 commit comments

Comments
 (0)