Skip to content

Commit

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

## Unreleased

## 4.2.0-beta.2 - 2024-10-30

### Changed

- Updates to beta services Data Guard and Prompt Guard.
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.2.0-beta.1"
version = "4.2.0-beta.2"
pangeaUserAgent = "pangea-go/" + version
)

Expand Down

0 comments on commit 6a80ac5

Please sign in to comment.