Skip to content

Commit d0d5196

Browse files
committed
Release 4.0.0
1 parent 5d0d9bc commit d0d5196

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
## main
44

5+
## 4.0.0
6+
57
- BREAKING: Removed `from` and `to` fields from `EmailForward`. Please use `alias_email` and `destination_email` instead.
68
- NEW: Added `active` to `EmailForward`
79

VERSION

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

0 commit comments

Comments
 (0)