Skip to content

Commit c1e2371

Browse files
committed
chore(release): 1.7.0
1 parent d853e80 commit c1e2371

5 files changed

+11
-10
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.7.0'></a>
4+
5+
## 1.7.0 — 2023-05-29
6+
7+
### Added
8+
9+
- Added `GGClient.create_honeytoken()` method.
10+
11+
- Added `GGClient.read_metadata()` to read metadata from the server. The metadata is then used by further secret scan calls and is available in a new `GGClient.secret_scan_preferences` attribute.
12+
313
<a id='changelog-1.6.0'></a>
414

515
## 1.6.0 — 2023-04-20

changelog.d/20230425_100744_antonin.lacombe_implement_honeytoken_creation.md

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

changelog.d/20230505_162227_antonin.lacombe_update_honeytoken_id_type.md

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

changelog.d/20230523_130204_aurelien.gateau_read_metadata.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.6.0"
5+
__version__ = "1.7.0"
66
GGClient._version = __version__
77

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

0 commit comments

Comments
 (0)