Skip to content

Commit

Permalink
Prepare release for opentelemetry-instrumentation-openai-v2 v2.1b0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot authored Jan 17, 2025
1 parent 9b217bb commit dc9a36e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## Version 2.1b0 (2025-01-17)

- Coerce openai response_format to semconv format
([#3073](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3073))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.1b0.dev"
__version__ = "2.1b0"
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
libraries = [
{
"library": "openai >= 1.26.0",
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.1b0.dev",
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.1b0",
},
{
"library": "google-cloud-aiplatform >= 1.64",
Expand Down

0 comments on commit dc9a36e

Please sign in to comment.