Skip to content

Commit 55747b9

Browse files
committed
Release 5.3.0
1 parent c79e2fc commit 55747b9

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
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-
## 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.3.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.2.0'
20+
version = '5.3.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.2.0";
7+
String VERSION = "5.3.0";
88
}

0 commit comments

Comments
 (0)