Skip to content

Commit 7b03ca8

Browse files
author
Dan Hertz
authored
Merge pull request #20 from nightfallai/cut-1-1-0
cut 1.1.0
2 parents 8663a9b + de3efc6 commit 7b03ca8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Changelog
33

44
Here you can see the full list of changes between each Nightfall release.
55

6+
Version 1.1.0
7+
-------------
8+
9+
Released on November 22, 2021
10+
11+
- *[BACKWARDS INCOMPATIBLE]* `validate_webhook` returns False instead of
12+
throwing an exception if the request is invalid
13+
- Added optional context byte setting to scan_text
14+
- Updated Docutils to 0.18
15+
616
Version 1.0.3
717
-------------
818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name="nightfall",
12-
version="1.0.3",
12+
version="1.1.0",
1313
description="Python SDK for Nightfall",
1414
long_description=readme(),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)