Skip to content

Commit 036ad2d

Browse files
committed
chore(release): 1.19.0
1 parent a33326f commit 036ad2d

File tree

3 files changed

+11
-44
lines changed

3 files changed

+11
-44
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.19.0'></a>
4+
5+
## 1.19.0 — 2025-01-07
6+
7+
### Added
8+
9+
- Added support for members and teams endpoints.
10+
- Added support for invitations endpoints.
11+
- Added support for sources endpoints.
12+
313
<a id='changelog-1.18.0'></a>
414

515
## 1.18.0 — 2024-11-25

changelog.d/20241206_145636_yanne.bensafia_members_teams_endpoints.md

Lines changed: 0 additions & 43 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.18.0"
6+
__version__ = "1.19.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)