We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9be28 commit e4cb3b7Copy full SHA for e4cb3b7
CHANGELOG.md
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased]
+## Unreleased
9
+
10
+## 3.11.0 - 2024-09-25
11
12
### Added
13
pangea-sdk/v3/pangea/pangea.go
@@ -23,7 +23,7 @@ import (
23
)
24
25
const (
26
- version = "3.10.0"
+ version = "3.11.0"
27
pangeaUserAgent = "pangea-go/" + version
28
29
0 commit comments