We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c223d64 commit 6a80ac5Copy full SHA for 6a80ac5
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 4.2.0-beta.2 - 2024-10-30
11
+
12
### Changed
13
14
- Updates to beta services Data Guard and Prompt Guard.
pangea-sdk/pangea/pangea.go
@@ -23,7 +23,7 @@ import (
23
)
24
25
const (
26
- version = "4.2.0-beta.1"
+ version = "4.2.0-beta.2"
27
pangeaUserAgent = "pangea-go/" + version
28
29
0 commit comments