Skip to content

Commit 4497b6c

Browse files
committed
Release 12.3.0
1 parent b2ba9ba commit 4497b6c

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+
## 12.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. (#462)
10+
- Added `name` to `Account`. (#462)
11+
- Added support for trustee service in domain transfers. (#464)
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. (#462)
1516

1617
## 12.2.0 - 2026-03-23
1718

lib/dnsimple/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Dnsimple
4-
VERSION = "12.2.0"
4+
VERSION = "12.3.0"
55
end

0 commit comments

Comments
 (0)