Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeWill committed Oct 23, 2017
1 parent 1622195 commit f47ad9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0.6.3
# 0.6.4
<sup>Released: 2017/10/22</sup>

- Fix a null reference exception when no declaring type on thrown exception.

# 0.6.3
<sup>Released: 2017/09/04</sup>

- Use per-request dependencies for handling RollbarClient to prevent errors.
Expand Down
2 changes: 1 addition & 1 deletion src/RollbarDotNet/RollbarDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Rollbar Integration for .NET Core</Description>
<Copyright>William Roush 2016-2017</Copyright>
<AssemblyTitle>RollbarDotNet</AssemblyTitle>
<VersionPrefix>0.6.3</VersionPrefix>
<VersionPrefix>0.6.4</VersionPrefix>
<Authors>William Roush</Authors>
<AssemblyName>RollbarDotNet</AssemblyName>
<PackageId>RollbarDotNet</PackageId>
Expand Down

0 comments on commit f47ad9f

Please sign in to comment.