Skip to content

Commit f413ff1

Browse files
committed
chore(release): 1.9.0
1 parent ccd3e47 commit f413ff1

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.9.0'></a>
4+
5+
## 1.9.0 — 2023-08-10
6+
7+
### Added
8+
9+
- Added the `GGClient.iac_diff_scan()` method. This allows scanning two directories for IaC vulnerabilities and categorizing incidents as new, unchanged or deleted.
10+
11+
### Fixed
12+
13+
- Fixed a bug where py-gitguardian would sometimes increase the length of a document when preparing it to be sent to the secret scan API.
14+
315
<a id='changelog-1.8.0'></a>
416

517
## 1.8.0 — 2023-06-26

changelog.d/20230703_154225_sylvain.baud.ext_iac_diff_scan.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20230712_172917_aurelien.gateau_fix_maximum_size_check.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
@@ -2,7 +2,7 @@
22
from .client import ContentTooLarge, GGClient
33

44

5-
__version__ = "1.8.0"
5+
__version__ = "1.9.0"
66
GGClient._version = __version__
77

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

0 commit comments

Comments
 (0)