Skip to content

Commit bb14978

Browse files
Prepare release
1 parent e09ab86 commit bb14978

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
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+
## [3.4.0] - 2021-11-07
11+
### Added
12+
- Support for usage in native images with GraalVM.
13+
1014
## [3.3.0] - 2021-10-26
1115
### Added
1216
- _IpInfo_ responses has a new `company` field.
@@ -108,14 +112,13 @@ https://github.com/ipregistry/ipregistry-java#caching
108112
- Fix NPE with origin lookup.
109113

110114
## [1.1.0] - 2019-07-03
111-
112115
- Increased version number for testing purposes.
113116

114117
## [1.0.0] - 2019-07-03
115-
116118
- First public release.
117119

118-
[Unreleased]: https://github.com/ipregistry/ipregistry-java/compare/v3.3.0...HEAD
120+
[Unreleased]: https://github.com/ipregistry/ipregistry-java/compare/v3.4.0...HEAD
121+
[3.3.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.3.0...v3.4.0
119122
[3.3.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.2.1...v3.3.0
120123
[3.2.1]: https://github.com/ipregistry/ipregistry-java/compare/v3.2.0...v3.2.1
121124
[3.2.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.1.2...v3.2.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>3.3.0</version>
25+
<version>3.4.0</version>
2626
</dependency>
2727
```
2828

2929
#### Gradle
3030

3131
```
32-
implementation 'co.ipregistry:ipregistry-client:3.3.0'
32+
implementation 'co.ipregistry:ipregistry-client:3.4.0'
3333
```
3434

3535
### Quick start

0 commit comments

Comments
 (0)