Skip to content

Commit 8a24031

Browse files
chore(release): 1.23.0
1 parent 233f8b2 commit 8a24031

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.23.0'></a>
4+
5+
## 1.23.0 — 2025-06-23
6+
7+
### Changed
8+
9+
- Set PolicyBreak's detector_name and detector_group_name fields as optional to fix backwards compatibility with the GitGuardian API
10+
311
<a id='changelog-1.22.0'></a>
412

513
## 1.22.0 — 2025-05-26

changelog.d/20250619_165702_jonathan.griffe_fix_gim_backwards_compatibility.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.22.0"
6+
__version__ = "1.23.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)