Skip to content

Commit a863640

Browse files
committed
Release 6.0.0
1 parent 4017cae commit a863640

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## main
5+
## 6.0.0 - 2026-05-05
66

77
### Changed
88

9+
- **BREAKING**: Renamed `hasTrusteeService()` to `hasTrustee()` in `Domain`, `DomainRegistration`, and `DomainTransfer`. (#252)
10+
- **BREAKING**: Renamed `getTrusteeServicePrice()` to `getTrusteePrice()` in `DomainPrice`. (#252)
911
- Updated the `listCharges` test fixture to include a certificate purchase entry demonstrating that `getProductReference` returns a string even when it represents a numeric ID. (#248)
1012

1113
## 5.3.0 - 2026-04-15

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
6.0.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
}
1818

1919
group = 'com.dnsimple'
20-
version = '5.3.0'
20+
version = '6.0.0'
2121
description = 'dnsimple-java'
2222

2323
java {

src/main/java/com/dnsimple/Dnsimple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* Placeholder for this client's version
55
*/
66
public interface Dnsimple {
7-
String VERSION = "5.3.0";
7+
String VERSION = "6.0.0";
88
}

0 commit comments

Comments
 (0)