Skip to content

Commit

Permalink
chore(release): 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau-gg committed Aug 10, 2023
1 parent ccd3e47 commit f413ff1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

<a id='changelog-1.9.0'></a>

## 1.9.0 — 2023-08-10

### Added

- Added the `GGClient.iac_diff_scan()` method. This allows scanning two directories for IaC vulnerabilities and categorizing incidents as new, unchanged or deleted.

### Fixed

- 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.

<a id='changelog-1.8.0'></a>

## 1.8.0 — 2023-06-26
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20230703_154225_sylvain.baud.ext_iac_diff_scan.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion pygitguardian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .client import ContentTooLarge, GGClient


__version__ = "1.8.0"
__version__ = "1.9.0"
GGClient._version = __version__

__all__ = ["GGClient", "ContentTooLarge"]

0 comments on commit f413ff1

Please sign in to comment.