diff --git a/CHANGELOG.md b/CHANGELOG.md index 0099235f..50912e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/). ## main +## 8.7.0 + FEATURES: - NEW: Added `Dnsimple::Client::Billing#charges` to retrieve the list of billing charges for an account. (dnsimple/dnsimple-ruby#365) diff --git a/lib/dnsimple/version.rb b/lib/dnsimple/version.rb index 2e9c88d0..f5b14932 100644 --- a/lib/dnsimple/version.rb +++ b/lib/dnsimple/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dnsimple - VERSION = "8.6.0" + VERSION = "8.7.0" end