You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
All notable changes in **python-transip** are documented below.
3
3
4
4
## [Unreleased]
5
+
6
+
## [0.5.0] (2021-02-10)
5
7
### Added
6
8
- The option to replace all existing nameservers of a single domain at once from the `transip.v6.objects.Domain.nameservers` service.
7
9
- The option to list all colocations from the `transip.TransIP.colocations` service ([#24](https://github.com/roaldnefs/python-transip/issues/24)).
@@ -19,5 +21,6 @@ All notable changes in **python-transip** are documented below.
19
21
- The option to update the content of a single DNS record from the `transip.v6.objects.Domain.dns` service, as well as from the `transip.v6.objects.DnsEntry` object.
20
22
- The option to replace all existing DNS records of a single domain at once from the `transip.v6.objects.Domain.dns` service.
0 commit comments