Skip to content

Commit da40761

Browse files
committed
chore(release): 1.11.0
1 parent cfa919c commit da40761

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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+
319
<a id='changelog-1.9.0'></a>
420

521
## 1.9.0 — 2023-08-10

pygitguardian/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .client import ContentTooLarge, GGClient
33

44

5-
__version__ = "1.10.0"
5+
__version__ = "1.11.0"
66
GGClient._version = __version__
77

88
__all__ = ["GGClient", "ContentTooLarge"]

0 commit comments

Comments
 (0)