Skip to content

Commit

Permalink
[autoinstrumention] Bump dotnet (#1978)
Browse files Browse the repository at this point in the history
* Bump dotnet

* changelog
  • Loading branch information
TylerHelmuth authored Aug 1, 2023
1 parent 5b7a359 commit 8f5a7cd
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.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 dotnet dependency to 1.0.0-rc.1

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

# (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 @@
0.7.0
1.0.0-rc.1

0 comments on commit 8f5a7cd

Please sign in to comment.