Skip to content

Commit 7f8a750

Browse files
committed
chore(release): 1.22.0
1 parent cd5d357 commit 7f8a750

File tree

3 files changed

+11
-44
lines changed

3 files changed

+11
-44
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# Changelog
22

3+
<a id='changelog-1.22.0'></a>
4+
5+
## 1.22.0 — 2025-05-26
6+
7+
### Added
8+
9+
- Added `is_vaulted` field to `PolicyBreak`.
10+
311
<a id='changelog-1.21.0'></a>
412

513
## 1.21.0 — 2025-04-29
614

715
### Added
816

9-
- Add extra information to scan results: detector name, detector group name, and documentation URL.
17+
- Added extra information to scan results: detector name, detector group name, and documentation URL.
1018

1119
### Fixed
1220

13-
- Add missing scopes to the TokenScope Enum.
21+
- Added missing scopes to the `TokenScope` enum.
1422

1523
<a id='changelog-1.20.0'></a>
1624

changelog.d/20250507_141851_achille.mascia_rename_serializer_field.md

Lines changed: 0 additions & 41 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.21.0"
6+
__version__ = "1.22.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)