v1.0.1
          ·
          
            1821 commits
          
          to refs/heads/develop
          since this release
        
        
        
Changes
In this minor release we have addressed a bug in the Tracing utility that when an exception was thrown the Tracing utility would override the error and throw a InvalidOperationException instead of the correct exception.
We have also improved the documentation for Metrics utility, there was wrong casing in the examples. Thanks @srcsakthivel
Finally there was maintenance work done on the NuGet references for examples and changelog. Changelog still in progress and will be fixed soon.
🐛 Bug and hot fixes
- Fix Tracing when exception is thrown. Prevent Tracing from throwing InvalidOperationException (#223) by @hjgraca
 
🔧 Maintenance
- chore : add changelog to makefile (#227) by @hjgraca
 - chore: Bump versions for release v1.0.1 (#232) by @amirkaws
 - fix: update NuGet references for examples (#218) by @amirkaws
 - chore(docs) - Metrics doc updates (#225) by @srcsakthivel