We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aa382 commit a76cbc6Copy full SHA for a76cbc6
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## main
4
5
+## 4.0.1
6
+
7
+- HOUSEKEEPING: Update release process
8
9
## 4.0.0
10
11
- BREAKING: Removed `from` and `to` fields from `EmailForward`. Please use `alias_email` and `destination_email` instead.
VERSION
@@ -1 +1 @@
1
-4.0.0
+4.0.1
build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
}
18
19
group = 'com.dnsimple'
20
-version = '4.0.0'
+version = '4.0.1'
21
description = 'dnsimple-java'
22
23
java {
0 commit comments