Skip to content

Commit 522b13d

Browse files
committed
Release 6.1.0
1 parent 624debf commit 522b13d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

55
## main
66

7+
## 6.1.0
8+
9+
- NEW: Added `Zones.batch_change_records` to make changes to zone records in a batch. (dnsimple/dnsimple-python#477)
10+
711
## 6.0.0
812

913
- REMOVED: Removed `email_from` and `email_to` fields in `EmailForward`. Please use `alias_email` and `destination_email` instead.

dnsimple/version.py

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

0 commit comments

Comments
 (0)