Skip to content

Commit f729f8a

Browse files
committed
chore(release): 1.20.0
1 parent 35a59e7 commit f729f8a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
<a id='changelog-1.20.0'></a>
4+
5+
## 1.20.0 — 2025-02-25
6+
7+
### Removed
8+
9+
- Removed support for the deprecated SCA and IaC endpoints.
10+
311
<a id='changelog-1.19.0'></a>
412

513
## 1.19.0 — 2025-01-07

changelog.d/20250205_113323_florian.perucki_remove_sca_iac.md

-3
This file was deleted.

pygitguardian/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .client import ContentTooLarge, GGClient, GGClientCallbacks
44

55

6-
__version__ = "1.19.0"
6+
__version__ = "1.20.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)