From 5616cef89cf9ca3cb53ab4421e5e085fb0ec87c5 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Sat, 29 Oct 2016 11:07:30 +0800 Subject: [PATCH] Version 1.1.1 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/rucaptcha/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6df400..bb59761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.1.1 +----- + +- Remove inspect log on verify_rucaptcha + 1.1.0 ----- diff --git a/Gemfile.lock b/Gemfile.lock index 5a0f6f6..72eedab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rucaptcha (1.1.0) + rucaptcha (1.1.1) railties (>= 3.2) GEM diff --git a/lib/rucaptcha/version.rb b/lib/rucaptcha/version.rb index 25c3e7e..07fbe23 100644 --- a/lib/rucaptcha/version.rb +++ b/lib/rucaptcha/version.rb @@ -1,3 +1,3 @@ module RuCaptcha - VERSION = '1.1.0' + VERSION = '1.1.1' end