Skip to content

Commit f877ac5

Browse files
Prepare release for opentelemetry-instrumentation-openai-v2 v2.0b0 (#2959)
1 parent d341ef5 commit f877ac5

File tree

2 files changed

+2
-2
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-v2

2 files changed

+2
-2
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/CHANGELOG.md

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

8-
## Unreleased
8+
## Version 2.0b0 (2024-11-05)
99

1010
- Use generic `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` environment variable
1111
to control if content of prompt, completion, and other messages is captured.

instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.0b0.dev"
15+
__version__ = "2.0b0"

0 commit comments

Comments
 (0)