Skip to content

Commit 81997b7

Browse files
authored
Post release automated changes for instrumentation releases (Azure#25663)
Post release automated changes for azure-opentelemetry-instrumentation-azure-sdk
1 parent a8775d1 commit 81997b7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/instrumentation/opentelemetry-instrumentation-azure-sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.3 (2023-04-25)
414

515
### Other Changes

sdk/instrumentation/opentelemetry-instrumentation-azure-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/opentelemetry-instrumentation-azure-sdk",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Instrumentation client for the Azure SDK.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/instrumentation/opentelemetry-instrumentation-azure-sdk/src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.0.0-beta.3";
4+
export const SDK_VERSION: string = "1.0.0-beta.4";
55

66
/**
77
* @internal

0 commit comments

Comments
 (0)