Skip to content

Commit a76cbc6

Browse files
committed
Release 4.0.1
1 parent 26aa382 commit a76cbc6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## main
44

5+
## 4.0.1
6+
7+
- HOUSEKEEPING: Update release process
8+
59
## 4.0.0
610

711
- BREAKING: Removed `from` and `to` fields from `EmailForward`. Please use `alias_email` and `destination_email` instead.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

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 = '4.0.0'
20+
version = '4.0.1'
2121
description = 'dnsimple-java'
2222

2323
java {

0 commit comments

Comments
 (0)