We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44802a0 commit bf89321Copy full SHA for bf89321
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [3.8.0] - 2024-05-10
11
+
12
+Note that Sanitize and Secure Share did not make it into this release.
13
14
### Added
15
16
- Support for Secure Audit Log's log stream API.
pangea-sdk/v3/pangea/pangea.go
@@ -23,7 +23,7 @@ import (
23
)
24
25
const (
26
- version = "3.7.0"
+ version = "3.8.0"
27
pangeaUserAgent = "pangea-go/" + version
28
29
0 commit comments