Skip to content

Commit b751023

Browse files
authored
v0.14.0 (#54)
v0.14.0
1 parent c308c38 commit b751023

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
## 0.14.0 (unreleased)
1+
## 0.15.0 (unreleased)
2+
3+
## 0.14.0 (February 03, 2020)
24

35
ENHANCEMENTS:
46

57
* Add REST support for teams, users, and API keys
8+
* various IPAM features added
9+
* support for rate limit "strategies" [#47](https://github.com/ns1/ns1-python/pull/47)
10+
* codebase linted (w/black) and GH action for keeping it that way
11+
* project status added to README
12+
13+
BUG FIXES:
14+
15+
* wrong args passed to reservation.delete [#42](https://github.com/ns1/ns1-python/pull/42)
16+
17+
POTENTIAL BREAKING CHANGES:
18+
19+
* Changes to ipam.Address model for (private DNS) v2.2, v2.1 users should stick
20+
to the previous SDK version (v0.13.0) [#41](https://github.com/ns1/ns1-python/pull/41)
621

722
## 0.13.0 (November 05, 2019)
823

ns1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
from .config import Config
77

8-
version = "0.13.0"
8+
version = "0.14.0"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)