Skip to content

Commit fabd80b

Browse files
committed
chore(release): 1.25.0
1 parent 6569fc1 commit fabd80b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.25.0'></a>
4+
5+
## 1.25.0 — 2025-08-26
6+
7+
### Changed
8+
9+
- Updated `Client.scan_and_create_incidents()` to match server-side API changes.
10+
311
<a id='changelog-1.24.0'></a>
412

513
## 1.24.0 — 2025-07-28

changelog.d/20250826_134646_aurelien.gateau.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.24.0"
6+
__version__ = "1.25.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)