Skip to content

Commit

Permalink
Bump OpenTelemetry .NET Automatic Instrumentation to 1.1.0 (#2252)
Browse files Browse the repository at this point in the history
* bump otel dotnet auto to 1.1.0

* set issue
  • Loading branch information
lachmatt authored Oct 25, 2023
1 parent 565ef40 commit af3e9ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .chloggen/bump-dotnet-1.1.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action)
component: autoinstrumentation

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Bump OpenTelemetry .NET Automatic Instrumentation to 1.1.0

# One or more tracking issues related to the change
issues: [2252]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
2 changes: 1 addition & 1 deletion autoinstrumentation/dotnet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0

0 comments on commit af3e9ce

Please sign in to comment.