Skip to content

Commit e4cb3b7

Browse files
committed
Publish v3.11.0
1 parent 7d9be28 commit e4cb3b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## Unreleased
9+
10+
## 3.11.0 - 2024-09-25
911

1012
### Added
1113

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.10.0"
26+
version = "3.11.0"
2727
pangeaUserAgent = "pangea-go/" + version
2828
)
2929

0 commit comments

Comments
 (0)