Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Collins committed Mar 21, 2011
1 parent 6b5ba72 commit fa09d43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,3 +1,8 @@
## 0.3.0

* Check for SQL injection in calls using constantize()
* Check for SQL injection in calls to count_by_sql()

## 0.2.2 ## 0.2.2


* Fix version_between? when no Rails version is specified * Fix version_between? when no Rails version is specified
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
@@ -1 +1 @@
Version = "0.2.2" Version = "0.3.0"

0 comments on commit fa09d43

Please sign in to comment.