Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr committed Nov 7, 2021
1 parent e09ab86 commit bb14978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.0] - 2021-11-07
### Added
- Support for usage in native images with GraalVM.

## [3.3.0] - 2021-10-26
### Added
- _IpInfo_ responses has a new `company` field.
Expand Down Expand Up @@ -108,14 +112,13 @@ https://github.com/ipregistry/ipregistry-java#caching
- Fix NPE with origin lookup.

## [1.1.0] - 2019-07-03

- Increased version number for testing purposes.

## [1.0.0] - 2019-07-03

- First public release.

[Unreleased]: https://github.com/ipregistry/ipregistry-java/compare/v3.3.0...HEAD
[Unreleased]: https://github.com/ipregistry/ipregistry-java/compare/v3.4.0...HEAD
[3.3.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.2.1...v3.3.0
[3.2.1]: https://github.com/ipregistry/ipregistry-java/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/ipregistry/ipregistry-java/compare/v3.1.2...v3.2.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ You'll need an Ipregistry API key, which you can get along with 100,000 free loo
<dependency>
<groupId>co.ipregistry</groupId>
<artifactId>ipregistry-client</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

#### Gradle

```
implementation 'co.ipregistry:ipregistry-client:3.3.0'
implementation 'co.ipregistry:ipregistry-client:3.4.0'
```

### Quick start
Expand Down

0 comments on commit bb14978

Please sign in to comment.