Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DXTimer committed Nov 3, 2023
1 parent ccfeab5 commit 594f309
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## main

## 1.5.0

FEATURES:

- NEW: Added `billing.ListCharges` to list charges for the account https://developer.dnsimple.com/v2/billing-charges/. (dnsimple/dnsimple-go#156)

## 1.4.1

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion dnsimple/dnsimple.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
// This is a pro-forma convention given that Go dependencies
// tends to be fetched directly from the repo.
// It is also used in the user-agent identify the client.
Version = "1.4.1"
Version = "1.5.0"

// defaultBaseURL to the DNSimple production API.
defaultBaseURL = "https://api.dnsimple.com"
Expand Down

0 comments on commit 594f309

Please sign in to comment.