Skip to content

Commit

Permalink
Publish v4.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Oct 23, 2024
1 parent cedb055 commit 8b1ad5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.1 - 2024-10-23

### Added

- Data Guard service support.
Expand Down
2 changes: 1 addition & 1 deletion pangea-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Versioning, they are considered unstable and do not carry the same compatibility
guarantees as stable releases. [Beta changelog](https://github.com/pangeacyber/pangea-go/blob/beta/CHANGELOG.md).

```bash
$ go get github.com/pangeacyber/pangea-go/pangea-sdk/v3@v3.8.0-beta.3
$ go get github.com/pangeacyber/pangea-go/pangea-sdk/v4@v4.2.0-beta.1
```

## Usage
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 = "3.8.0-beta.3"
version = "4.2.0-beta.1"
pangeaUserAgent = "pangea-go/" + version
)

Expand Down

0 comments on commit 8b1ad5c

Please sign in to comment.