From b48100088843dc85de6d85597ae15f8256c447b6 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 1 Apr 2020 19:16:26 +0800 Subject: [PATCH] version 2.5.3 --- 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 049b18a..681e4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.5.34 +------- + +- Fix session invalid warning, only for development env; + 2.5.2 ------- diff --git a/Gemfile.lock b/Gemfile.lock index ce41916..1f5e6c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rucaptcha (2.5.2) + rucaptcha (2.5.3) railties (>= 3.2) GEM diff --git a/lib/rucaptcha/version.rb b/lib/rucaptcha/version.rb index 8a1bd15..085c99f 100644 --- a/lib/rucaptcha/version.rb +++ b/lib/rucaptcha/version.rb @@ -1,3 +1,3 @@ module RuCaptcha - VERSION = '2.5.2' + VERSION = '2.5.3' end