Skip to content

Commit bf89321

Browse files
committed
Publish v3.8.0
1 parent 44802a0 commit bf89321

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.8.0] - 2024-05-10
11+
12+
Note that Sanitize and Secure Share did not make it into this release.
13+
1014
### Added
1115

1216
- Support for Secure Audit Log's log stream API.

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.7.0"
26+
version = "3.8.0"
2727
pangeaUserAgent = "pangea-go/" + version
2828
)
2929

0 commit comments

Comments
 (0)