diff --git a/CHANGELOG.md b/CHANGELOG.md index 732b612..f90a3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -2.0.2 +2.0.3 ----- - Use `ActiveSupport.on_load` to extend ActionController and ActionView. diff --git a/Gemfile.lock b/Gemfile.lock index 7f583b0..2e53d78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rucaptcha (2.0.2) + rucaptcha (2.0.3) railties (>= 3.2) GEM diff --git a/lib/rucaptcha/version.rb b/lib/rucaptcha/version.rb index e1b5047..24b24ef 100644 --- a/lib/rucaptcha/version.rb +++ b/lib/rucaptcha/version.rb @@ -1,3 +1,3 @@ module RuCaptcha - VERSION = '2.0.2' + VERSION = '2.0.3' end