From 7cb062bd1d9d0bf43555abe0e0a9873403624b45 Mon Sep 17 00:00:00 2001 From: Stephen Nelson Date: Thu, 7 Dec 2023 15:38:12 -0500 Subject: [PATCH] Release 3.6.0 --- CHANGELOG.md | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d988c79..40ef397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## main +## 3.6.0 + FEATURES: +- NEW: Added `Dnsimple.Billing.list_charges` to list charges for the account. (dnsimple/dnsimple-elixer#239) - NEW: Added `Dnsimple.Registrar.check_registrant_change` to retrieves the requirements of a registrant change. (dnsimple/dnsimple-elixir#241) - NEW: Added `Dnsimple.Registrar.get_registrant_change` to retrieves the details of an existing registrant change. (dnsimple/dnsimple-elixir#241) - NEW: Added `Dnsimple.Registrar.create_registrant_change` to start registrant change. (dnsimple/dnsimple-elixir#241) diff --git a/mix.exs b/mix.exs index 779f681..c4e6d38 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Dnsimple.Mixfile do use Mix.Project @source_url "https://github.com/dnsimple/dnsimple-elixir" - @version "3.5.0" + @version "3.6.0" def project do [app: :dnsimple,