File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- version = '3 .0.0'
1+ version = '4 .0.0'
22"""Current version of the dnsimple-python service"""
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dnsimple"
3- version = " 3 .0.0"
3+ version = " 4 .0.0"
44description = " DNSimple API service for python"
55authors = [
" DNSimple External Integrations Team <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments