File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments