Skip to content

Commit

Permalink
chore(v7): release ldotel 1.0.0 (#146)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2024-04-11)


### Features

* Implement otel tracing hook.
([#130](#130))
([f5675c1](f5675c1))
* Update to use go-server-sdk 7.4.0
([#147](#147))
([0603a9a](0603a9a))

---
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>
  • Loading branch information
github-actions[bot] authored Apr 11, 2024
1 parent 0603a9a commit e2f582e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
".": "7.4.0"
".": "7.4.0",
"ldotel": "1.0.0"
}
9 changes: 9 additions & 0 deletions ldotel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.0.0 (2024-04-11)


### Features

* Implement otel tracing hook. ([#130](https://github.com/launchdarkly/go-server-sdk/issues/130)) ([f5675c1](https://github.com/launchdarkly/go-server-sdk/commit/f5675c1d20976dc1f9dbb4064ab648abfd7765c2))
* Update to use go-server-sdk 7.4.0 ([#147](https://github.com/launchdarkly/go-server-sdk/issues/147)) ([0603a9a](https://github.com/launchdarkly/go-server-sdk/commit/0603a9a0bc2189a3938f988068d626e52fe76c99))
2 changes: 1 addition & 1 deletion ldotel/package_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
package ldotel

// Version is the current version string of the ldotel package. This is updated by our release scripts.
const Version = "0.0.1" // {{ x-release-please-version }}
const Version = "1.0.0" // {{ x-release-please-version }}

0 comments on commit e2f582e

Please sign in to comment.