Skip to content

Commit a257e0d

Browse files
committed
Publish v3.8.0-beta.3
1 parent 1ab4b9e commit a257e0d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## v3.8.0-beta.3 - 2024-03-25
11+
1012
### Added
1113

1214
- AuthZ service support
1315

14-
1516
## v3.8.0-beta.2 - 2024-03-20
1617

1718
### Added

pangea-sdk/v3/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].2
32+
$ go get github.com/pangeacyber/pangea-go/pangea-sdk/[email protected].3
3333
```
3434

3535
## Usage

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

0 commit comments

Comments
 (0)