File tree Expand file tree Collapse file tree
src/main/java/com/dnsimple Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This 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- ## Unreleased
5+ ## 5.3.0 - 2026-04-15
66
77### Added
88
9- - Added ` initiatePushWithIdentifier ` to initiate domain pushes using an account identifier.
10- - Added ` getName ` to ` Account ` .
9+ - Added ` initiatePushWithIdentifier ` to initiate domain pushes using an account identifier. (#243 )
10+ - Added ` getName ` to ` Account ` . (#243 )
11+ - Added support for trustee service in domain transfers. (#246 )
1112
1213### Deprecated
1314
14- - Deprecated ` initiatePush ` . Use ` initiatePushWithIdentifier ` instead.
15+ - Deprecated ` initiatePush ` . Use ` initiatePushWithIdentifier ` instead. ( # 243 )
1516
1617## 5.2.0 - 2026-03-23
1718
Original file line number Diff line number Diff line change 1- 5.0 .0
1+ 5.3 .0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717}
1818
1919group = ' com.dnsimple'
20- version = ' 5.2 .0'
20+ version = ' 5.3 .0'
2121description = ' dnsimple-java'
2222
2323java {
Original file line number Diff line number Diff line change 44 * Placeholder for this client's version
55 */
66public interface Dnsimple {
7- String VERSION = "5.2 .0" ;
7+ String VERSION = "5.3 .0" ;
88}
You can’t perform that action at this time.
0 commit comments