Skip to content

Commit 580d614

Browse files
chore(v7): release ldotel 1.3.1
1 parent e849046 commit 580d614

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "7.14.0",
3-
"ldotel": "1.3.0",
3+
"ldotel": "1.3.1",
44
"ldai": "0.7.2",
55
"ldmiddleware": "0.1.0"
66
}

ldotel/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/launchdarkly/go-server-sdk/compare/ldotel/v1.3.0...ldotel/v1.3.1) (2025-11-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Bump minimum go to 1.24 ([#325](https://github.com/launchdarkly/go-server-sdk/issues/325)) ([6e2cebf](https://github.com/launchdarkly/go-server-sdk/commit/6e2cebf0e650d5abd805fc1845e36dfc5b7ff00c))
9+
310
## [1.3.0](https://github.com/launchdarkly/go-server-sdk/compare/ldotel/v1.2.0...ldotel/v1.3.0) (2025-07-17)
411

512

ldotel/package_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
package ldotel
99

1010
// Version is the current version string of the ldotel package. This is updated by our release scripts.
11-
const Version = "1.3.0" // {{ x-release-please-version }}
11+
const Version = "1.3.1" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)