Skip to content

Commit 1f8af4a

Browse files
Prepare next release
1 parent fc1abd5 commit 1f8af4a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [5.0.0] - 2025-07-22
911
### Changed
10-
- Require Java 17+.
12+
- **BREAKING:** Require Java 21+.
13+
- Fixed deprecated Gradle configurations.
14+
15+
### Improved
16+
- Added professional, comprehensive javadoc documentation to all API model classes.
17+
1118
### Removed
1219
- Remove deprecated `IpregistryConfig#apiUrl`. Use `IpregistryConfig#baseUrl` instead.
1320

@@ -141,7 +148,8 @@ https://github.com/ipregistry/ipregistry-java#caching
141148
## [1.0.0] - 2019-07-03
142149
- First public release.
143150

144-
[Unreleased]: https://github.com/ipregistry/ipregistry-java/compare/v4.0.0...HEAD
151+
[Unreleased]: https://github.com/ipregistry/ipregistry-java/compare/v5.0.0...HEAD
152+
[5.0.0]: https://github.com/ipregistry/ipregistry-java/compare/v4.0.0...v5.0.0
145153
[4.0.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.7.0...v4.0.0
146154
[3.7.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.6.0...v3.7.0
147155
[3.6.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.5.0...v3.6.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'co.ipregistry'
10-
version = '4.0.0'
10+
version = '5.0.0'
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)