Skip to content

Commit 8b1ad5c

Browse files
committed
Publish v4.2.0-beta.1
1 parent cedb055 commit 8b1ad5c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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+
## 4.2.0-beta.1 - 2024-10-23
11+
1012
### Added
1113

1214
- Data Guard service support.

pangea-sdk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Versioning, they are considered unstable and do not carry the same compatibility
2929
guarantees as stable releases. [Beta changelog](https://github.com/pangeacyber/pangea-go/blob/beta/CHANGELOG.md).
3030

3131
```bash
32-
$ go get github.com/pangeacyber/pangea-go/pangea-sdk/[email protected].0-beta.3
32+
$ go get github.com/pangeacyber/pangea-go/pangea-sdk/[email protected].0-beta.1
3333
```
3434

3535
## Usage

pangea-sdk/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-beta.3"
26+
version = "4.2.0-beta.1"
2727
pangeaUserAgent = "pangea-go/" + version
2828
)
2929

0 commit comments

Comments
 (0)