Skip to content

Commit 8b05a3a

Browse files
chore(v7): release ldotel 1.0.1 (#175)
🤖 I have created a release *beep* *boop* --- ## [1.0.1](ldotel/v1.0.0...ldotel/v1.0.1) (2024-08-20) ### Bug Fixes * add support for testing minimum Go version ([c0707a3](c0707a3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e3b190 commit 8b05a3a

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,4 +1,4 @@
11
{
22
".": "7.6.0",
3-
"ldotel": "1.0.0"
3+
"ldotel": "1.0.1"
44
}

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.0.1](https://github.com/launchdarkly/go-server-sdk/compare/ldotel/v1.0.0...ldotel/v1.0.1) (2024-08-20)
4+
5+
6+
### Bug Fixes
7+
8+
* add support for testing minimum Go version ([c0707a3](https://github.com/launchdarkly/go-server-sdk/commit/c0707a3c9eaab854815062f0d817b97b2b654edd))
9+
310
## 1.0.0 (2024-04-11)
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.0.0" // {{ x-release-please-version }}
11+
const Version = "1.0.1" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)