diff --git a/History.md b/History.md index c6f8572..287f34c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ +# 2.0.1 - 5/16/2017 +- Fix memory explosion when parsing stack for large files [See #320] + # 2.0.0 - 5/10/2017 - Properly surface errors to preserve process exit conditions [See #308, #257] - Node processes with raven will now exit in exactly the same situations as if raven were not present diff --git a/package.json b/package.json index cd4c570..52b8c91 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "debugging", "exceptions" ], - "version": "2.0.0", + "version": "2.0.1", "repository": "git://github.com/getsentry/raven-node.git", "author": "Matt Robenolt ", "license": "BSD-2-Clause",