We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa919c commit da40761Copy full SHA for da40761
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+<a id='changelog-1.11.0'></a>
4
+
5
+## 1.11.0 — 2023-10-16
6
7
+### Added
8
9
+- Added `extra_headers` to SCA diff scans.
10
11
+<a id='changelog-1.10.0'></a>
12
13
+## 1.10.0 — 2023-09-26
14
15
+### Fixed
16
17
+- Remove `potential_siblings` from models.
18
19
<a id='changelog-1.9.0'></a>
20
21
## 1.9.0 — 2023-08-10
pygitguardian/__init__.py
@@ -2,7 +2,7 @@
from .client import ContentTooLarge, GGClient
-__version__ = "1.10.0"
+__version__ = "1.11.0"
GGClient._version = __version__
__all__ = ["GGClient", "ContentTooLarge"]
0 commit comments