Skip to content

Commit

Permalink
Publish v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Dec 18, 2024
1 parent 5cdf5e6 commit c4e3657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 4.2.0 - 2024-12-18

### Added

- More documentation to AuthZ and Secure Share filter lists.
- Support for `cursor` field on `v1/user/breached` of `user-intel` service.
- Milisecond time format support
- Millisecond time format support
- `vault_parameters` and `llm_request` fields support on Redact service.
- Support for `severity` field on `v1/user/breached` and `v2/user/breached` of `user-intel` service.
- `/v1/breach` endpoint support on `user-intel` service.
Expand Down
2 changes: 1 addition & 1 deletion pangea-sdk/pangea/pangea.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

const (
version = "4.1.0"
version = "4.2.0"
pangeaUserAgent = "pangea-go/" + version
)

Expand Down

0 comments on commit c4e3657

Please sign in to comment.