Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AGS4NO committed Nov 20, 2023
1 parent a05318f commit 8e2b1ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## main

- NEW: Added `listCharges` methods to `Billing` to manage account billing charges. (dnsimple/dnsimple-java#163)
## 0.13.0

- NEW: Added `listCharges` method to `Billing` to manage account billing charges. (dnsimple/dnsimple-java#163)

## 0.12.0

Expand Down
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 = '0.12.0'
version = '0.13.0'
description = 'dnsimple-java'
sourceCompatibility = '1.11'
targetCompatibility = '1.11'
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 = "0.12.0";
String VERSION = "0.13.0";
}

0 comments on commit 8e2b1ed

Please sign in to comment.