Skip to content

Commit a38b90c

Browse files
committed
chore(release): 1.14.0
1 parent e8b67ca commit a38b90c

File tree

3 files changed

+10
-42
lines changed

3 files changed

+10
-42
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.14.0'></a>
4+
5+
## 1.14.0 — 2024-02-26
6+
7+
### Added
8+
9+
- Add `GGClient.create_honeytoken_with_context()` method
10+
- Export scan schemas in addition to dataclasses for sca
11+
312
<a id='changelog-1.13.0'></a>
413

514
## 1.13.0 — 2024-01-30

changelog.d/20240124_104631_cedric.bosselut.md

Lines changed: 0 additions & 41 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, GGClientCallbacks
33

44

5-
__version__ = "1.13.0"
5+
__version__ = "1.14.0"
66
GGClient._version = __version__
77

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

0 commit comments

Comments
 (0)