Skip to content

Commit 7752c0d

Browse files
committed
Stage for 1.4.0 release
1 parent b49ba3e commit 7752c0d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG

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

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

6+
Version 1.4.0
7+
-------------
8+
9+
Released on February 23, 2022
10+
11+
- Added `policy_uuids` option to text scanning api
12+
- Added `alert_config` option to text and file scanning
13+
- Added `commitHash` to finding response objects
14+
615
Version 1.3.0
716
-------------
817

nightfall/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, key: Optional[str] = None, signing_secret: Optional[str] = No
5252
self.session.mount('https://', HTTPAdapter(max_retries=retries))
5353
self.session.headers = {
5454
"Content-Type": "application/json",
55-
"User-Agent": "nightfall-python-sdk/1.3.0",
55+
"User-Agent": "nightfall-python-sdk/1.4.0",
5656
'Authorization': f'Bearer {self.key}',
5757
}
5858

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.3.0",
12+
version="1.4.0",
1313
description="Python SDK for Nightfall",
1414
long_description=readme(),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)