Skip to content

Commit bbe5fb3

Browse files
committed
chore(release): 1.17.0
1 parent 215f529 commit bbe5fb3

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
22

3+
<a id='changelog-1.17.0'></a>
4+
5+
## 1.17.0 — 2024-09-23
6+
7+
### Added
8+
9+
- `GGClient` now provides a `retrieve_secret_incident()` method to retrieve the dashboard incident associated with a secret (see https://api.gitguardian.com/docs#tag/Secret-Incidents/operation/retrieve-incidents).
10+
311
<a id='changelog-1.16.0'></a>
412

513
## 1.16.0 — 2024-07-29
614

715
### Added
816

9-
- GGClient now contains remediation messages obtained from the API `/metadata` endpoint.
17+
- `GGClient` now contains remediation messages obtained from the API `/metadata` endpoint.
1018

1119
<a id='changelog-1.15.2'></a>
1220

changelog.d/20240823_170420_fnareoh_scrt_4759_optimize_files_to_scan_on_merge_commits.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pygitguardian/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .client import ContentTooLarge, GGClient, GGClientCallbacks
44

55

6-
__version__ = "1.16.0"
6+
__version__ = "1.17.0"
77
GGClient._version = __version__
88

99
__all__ = ["GGClient", "GGClientCallbacks", "ContentTooLarge"]

0 commit comments

Comments
 (0)