Skip to content

Commit d4a42f0

Browse files
rupa deadwylerrupa
authored andcommitted
v0.15.0
1 parent 8bba763 commit d4a42f0

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## 0.15.0 (unreleased)
1+
## 0.16.0 (unreleased)
2+
3+
## 0.15.0 (February 20, 2020)
4+
5+
ENHANCEMENTS
6+
7+
* Support monitoring regions endpoint [#55](https://github.com/ns1/ns1-python/pull/55)
8+
* Support job types endpoint [#55](https://github.com/ns1/ns1-python/pull/55)
9+
* Support for following pagination in the endpoints that have it. Off by
10+
default to avoid breaking changes. Enable in config by setting
11+
`follow_pagination` to True. [#56](https://github.com/ns1/ns1-python/pull/56)
12+
* Clarify usage caveats in loadRecord docstring [#58](https://github.com/ns1/ns1-python/pull/58)
213

314
## 0.14.0 (February 03, 2020)
415

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.14.0"
8+
version = "0.15.0"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)