Skip to content

Commit

Permalink
Version 0.1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mroach committed May 15, 2013
1 parent 788eafe commit 34e5dbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.6.0 (2013-05-15)

* Solved threading problem.
* When an X-Forwarded-For HTTP header exists, use that as the user's IP address rather than REMOTE_ADDR. When a user is behind a proxy server or load balancer, X-Forwarded-For will be their actual IP address.
* Simplified the exception filter example
* Removed testing key from config


## 0.1.5.0 (2013-04-26)

* Added properties 'machine' and 'software' to the 'server' model. These aren't offically supported but they show up on the web and they're useful.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5.0
0.1.6.0
2 changes: 1 addition & 1 deletion src/RollbarSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("RollbarSharp")]
[assembly: AssemblyDescription("RollbarSharp")]
[assembly: AssemblyProduct("RollbarSharp")]
[assembly: AssemblyVersion("0.1.5.0")]
[assembly: AssemblyVersion("0.1.6.0")]

0 comments on commit 34e5dbc

Please sign in to comment.