Skip to content

Commit 2cf49b1

Browse files
committed
Release 8.3.0
1 parent 58d3091 commit 2cf49b1

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## Unreleased
5+
## 8.3.0 - 2026-04-15
66

77
### Added
88

9-
- Added `new_account_identifier` option to `initiate_push` for initiating domain pushes by account identifier.
10-
- Added `name` to `Account`.
9+
- Added `new_account_identifier` option to `initiate_push` for initiating domain pushes by account identifier. (#324)
10+
- Added `name` to `Account`. (#324)
11+
- Added support for trustee service in domain transfers. (#326)
1112

1213
### Deprecated
1314

14-
- Deprecated `new_account_email` option in `initiate_push`. Use `new_account_identifier` instead.
15+
- Deprecated `new_account_email` option in `initiate_push`. Use `new_account_identifier` instead. (#324)
1516

1617
## 8.2.0 - 2026-03-23
1718

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Dnsimple.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/dnsimple/dnsimple-elixir"
5-
@version "8.2.0"
5+
@version "8.3.0"
66

77
def project do
88
[app: :dnsimple,

0 commit comments

Comments
 (0)