Skip to content

Commit f226e8a

Browse files
author
Your Name
committed
chore(release): 1.16.0
1 parent fc766e1 commit f226e8a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.16.0'></a>
4+
5+
## 1.16.0 — 2024-07-29
6+
7+
### Added
8+
9+
- GGClient now contains remediation messages obtained from the API `/metadata` endpoint.
10+
311
<a id='changelog-1.15.2'></a>
412

513
## 1.15.2 — 2024-06-24

changelog.d/20240701_180056_fnareoh_scrt_4626_ggshield_display_custom_remediation_message_in_ggshield_if.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
@@ -3,7 +3,7 @@
33
from .client import ContentTooLarge, GGClient, GGClientCallbacks
44

55

6-
__version__ = "1.15.2"
6+
__version__ = "1.16.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)