diff --git a/CHANGES b/CHANGES index bdc8097ec69c87c125ba6ad5a95639970c77887a..081a3868fa4c2338fcf18c494e01bc15c28248e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +## 0.4.1 + + * Fix reported line numbers when using new Erubis parser + (Mostly affects Rails 3 apps) + ## 0.4.0 * Handle Rails XSS protection properly diff --git a/lib/version.rb b/lib/version.rb index 157e93882b6942fb96ac88be76b2fd362a42fc3a..d13e878b9132b3e51c01c73ff382ae2a3a59e0d1 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1 +1 @@ -Version = "0.4.0" +Version = "0.4.1"