Skip to content

Commit b7434bc

Browse files
committed
Release 4.0.0
Signed-off-by: Dallas Read <[email protected]>
1 parent 13fe5d5 commit b7434bc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
44

55
## main
66

7+
## 4.0.0
8+
79
- NEW: Added `alias_email` and `destination_email` to `EmailForward`
810
- CHANGED: Deprecated `email_from` and `email_to` fields in `EmailForward`
911
- CHANGED: Aligned `EmailForwardInput` constructor param names with current endpoint definition

dnsimple/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '3.0.0'
1+
version = '4.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 = "3.0.0"
3+
version = "4.0.0"
44
description = "DNSimple API service for python"
55
authors = ["DNSimple External Integrations Team <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)