Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau-gg committed Jan 8, 2024
1 parent 440dd91 commit e79cad5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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

## 1.12.0 — 2024-01-08

### Added

- `GGClient` now obeys rate-limits and can notify callers when hitting one.
- Added the following attributes to `IaCVulnerability`: `url`, `status`, `ignored_until`, `ignore_reason`, `ignore_comment`.
- Added the `source_found` attribute to `IaCScanParameters` and `IaCDiffScanEntities`.

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

## 1.11.0 — 2023-10-16
Expand Down

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, GGClientCallbacks


__version__ = "1.11.0"
__version__ = "1.12.0"
GGClient._version = __version__

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

0 comments on commit e79cad5

Please sign in to comment.