Skip to content

Commit 0baa6f3

Browse files
committed
Release 6.0.0
1 parent e4c8b4f commit 0baa6f3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

55
## main
66

7+
## 6.0.0
8+
9+
- REMOVED: Removed `email_from` and `email_to` fields in `EmailForward`. Please use `alias_email` and `destination_email` instead.
10+
- NEW: Added `active` to `EmailForward`
11+
- FIXED: ZoneRecordInput omits empty name when serialized to json (dnsimple/dnsimple-python#451)
12+
713
## 5.0.0
814

915
- CHANGED: Dependency updates

dnsimple/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '5.0.0'
1+
version = '6.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 = "5.0.0"
3+
version = "6.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)