Skip to content

Commit

Permalink
8.1.1
Browse files Browse the repository at this point in the history
Fix bug in .NET Meters API adapter for UpDownCounter, which was incorrectly transformed to Prometheus metrics. #452 and #453
  • Loading branch information
sandersaares committed Nov 28, 2023
1 parent 9e0fdb5 commit 17bb2a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions History
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 8.1.1
- Fix bug in .NET Meters API adapter for UpDownCounter, which was incorrectly transformed to Prometheus metrics. #452 and #453
* 8.1.0
- Add support for capturing HttpClient metrics from all registered HttpClients (`services.UseHttpClientMetrics()`).
* 8.0.1
Expand Down
2 changes: 1 addition & 1 deletion Resources/SolutionAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.CompilerServices;

// This is the real version number, used in NuGet packages and for display purposes.
[assembly: AssemblyFileVersion("8.1.0")]
[assembly: AssemblyFileVersion("8.1.1")]

// Only use major version here, with others kept at zero, for correct assembly binding logic.
[assembly: AssemblyVersion("8.0.0")]
Expand Down

0 comments on commit 17bb2a0

Please sign in to comment.