Skip to content

Commit 08c3702

Browse files
committed
change version to 1.3.0
1 parent efa6ef8 commit 08c3702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

7-
## [v1.2.10] - 2025-07-04
7+
## [v1.3.0] - 2025-07-08
88
### Added
99
- Added PollerInitCount and reduced default PollerMaxCount in AutoScalerOptions (#1433)
1010
- Added ExecuteWithVersion and ExecuteWithMinVersion to GetVersion (#1427)

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ package internal
4343
// Due to all of this unreliability, this should be used as strictly informational
4444
// metadata, e.g. for caller version monitoring, never behavioral (use
4545
// FeatureVersion or feature flags instead).
46-
const LibraryVersion = "1.2.10"
46+
const LibraryVersion = "1.3.0"
4747

4848
// FeatureVersion is a semver that informs the server of what high-level behaviors
4949
// this client supports.

0 commit comments

Comments
 (0)