Skip to content

Commit cdb2f55

Browse files
committed
chore(release): 1.24.0
1 parent 007c109 commit cdb2f55

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
<a id='changelog-1.24.0'></a>
4+
5+
## 1.24.0 — 2025-07-28
6+
7+
### Added
8+
9+
- Added `GGClient.scan_and_create_incidents()` function to scan content for secrets and automatically create incidents.
10+
11+
- Added `vault_type`, `vault_name`, `vault_path` and `vault_path_count` fields to `PolicyBreak`.
12+
313
<a id='changelog-1.23.0'></a>
414

515
## 1.23.0 — 2025-06-23

changelog.d/20250604_143935_alina.tuholukova_add_source_id_parameter_for_multiscan.md

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

changelog.d/20250702_102756_achille.mascia_nhi_ggshield_v2.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.23.0"
6+
__version__ = "1.24.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)