Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau-gg committed Jun 26, 2023
1 parent 178e259 commit 03cda35
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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

## 1.8.0 — 2023-06-26

### Added

- Added `GGClient.create_jwt()` method. This is only used to interact with HasMySecretLeaked for now.

- py-gitguardian is now fully type-hinted (#49).

### Changed

- All HTTP requests are now logged using Python logger. The log message includes the HTTP method, endpoint, status code and duration.

### Fixed

- `GGClient.iac_directory_scan()` was not correctly sending the files to scan.

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

## 1.7.0 — 2023-05-29
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20230529_153802_aurelien.gateau_log.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230613_163511_paul.petit.ext_jwt_creation.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.7.0"
__version__ = "1.8.0"
GGClient._version = __version__

__all__ = ["GGClient", "ContentTooLarge"]

0 comments on commit 03cda35

Please sign in to comment.