Skip to content

Commit 3481109

Browse files
committed
Release 8.0.0
1 parent 2909bed commit 3481109

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +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-
## main
5+
## 8.0.0 - 2026-05-05
66

77
### Changed
88

9+
- **BREAKING**: Renamed `trustee_service` to `trustee` in `Domain`, `DomainRegistration`, and `DomainTransfer`. (#505)
10+
- **BREAKING**: Renamed `trustee_service_price` to `trustee_price` in `DomainPrice`. (#505)
911
- Updated the `listCharges` test fixture to include a certificate purchase entry demonstrating that `product_reference` is a string even when it represents a numeric ID. (#502)
1012

1113
### Removed
1214

13-
- **BREAKING**: Removed the deprecated `contact_id` field from the `Certificate` struct and from `LetsencryptCertificateInput`. The field was deprecated on 2022-05-17 and is no longer required for certificate operations.
15+
- **BREAKING**: Removed the deprecated `contact_id` field from the `Certificate` struct and from `LetsencryptCertificateInput`. The field was deprecated on 2022-05-17 and is no longer required for certificate operations. (#501)
1416

1517
## 7.3.0 - 2026-04-15
1618

dnsimple/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '7.3.0'
1+
version = '8.0.0'
22
"""Current version of the dnsimple-python service"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dnsimple"
3-
version = "7.3.0"
3+
version = "8.0.0"
44
description = "DNSimple API service for python"
55
authors = ["DNSimple <support@dnsimple.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)