Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasread committed Dec 12, 2024
1 parent dd89632 commit bb67bcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main

## 2.0.0

- NEW: Added `alias_email` and `destination_email` to `EmailForward`
- CHANGED: Deprecated `from` and `to` fields in `EmailForward`
- CHANGE: Drop support for Java JDK 17
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
2.0.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
}

group = 'com.dnsimple'
version = '1.0.0'
version = '2.0.0'
description = 'dnsimple-java'

java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dnsimple/Dnsimple.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* Placeholder for this client's version
*/
public interface Dnsimple {
String VERSION = "1.0.0";
String VERSION = "2.0.0";
}

0 comments on commit bb67bcd

Please sign in to comment.