Skip to content

Commit e659077

Browse files
authoredJun 7, 2024··
Publish v3.9.0 (#257)
1 parent e108368 commit e659077

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.9.0] - 2024-06-07
11+
1012
### Added
1113

1214
- `fpe_context` field in Audit search events

‎pangea-sdk/v3/pangea/pangea.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
const (
26-
version = "3.8.0"
26+
version = "3.9.0"
2727
pangeaUserAgent = "pangea-go/" + version
2828
)
2929

0 commit comments

Comments
 (0)
Please sign in to comment.