Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Mar 12, 2024
1 parent 0373451 commit 78ae56d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main

## 1.0.0

- BREAKING: Remove the `privateKey` property of `CertificateBundle`. Use `Certificates.getCertificatePrivateKey()` instead. See https://github.com/dnsimple/dnsimple-java/issues/118
- CHANGE: Remove support for Java JDK < 17
- CHANGE: Add support for Java JDK 21
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
}

group = 'com.dnsimple'
version = '0.14.0'
version = '1.0.0'
description = 'dnsimple-java'

java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dnsimple/Dnsimple.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* Placeholder for this client's version
*/
public interface Dnsimple {
String VERSION = "0.14.0";
String VERSION = "1.0.0";
}

0 comments on commit 78ae56d

Please sign in to comment.