We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0d9bc commit d0d5196Copy full SHA for d0d5196
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## main
4
5
+## 4.0.0
6
+
7
- BREAKING: Removed `from` and `to` fields from `EmailForward`. Please use `alias_email` and `destination_email` instead.
8
- NEW: Added `active` to `EmailForward`
9
VERSION
@@ -1 +1 @@
1
-3.0.2
+4.0.0
build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
}
18
19
group = 'com.dnsimple'
20
-version = '3.0.2'
+version = '4.0.0'
21
description = 'dnsimple-java'
22
23
java {
src/main/java/com/dnsimple/Dnsimple.java
@@ -4,5 +4,5 @@
* Placeholder for this client's version
*/
public interface Dnsimple {
- String VERSION = "3.0.2";
+ String VERSION = "4.0.0";
0 commit comments