From cbfcd51ef4cbb7c27eb259024d8df66c01518f2f Mon Sep 17 00:00:00 2001 From: Radhames Brito Date: Thu, 18 May 2017 10:33:21 -0400 Subject: [PATCH] Version bump and changelog update --- CHANGELOG.md | 9 +++++++++ lib/best_in_place/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fa12ab..cba7fae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ #Changelog - unreleased + +- v.3.1.1 + - Chore/improve readme + - Upgrade PhantomJS version for travis and remove deprecation warning + - Add Tests in Rails 5+ + - Bump ruby version support + - Fix markdown rendering of headings + - Fix README markdown preview + - Add a best_in_place:before-update event - add option[:skip_blur] to play nice with wysiwhtml5 - v.3.0.3 : diff --git a/lib/best_in_place/version.rb b/lib/best_in_place/version.rb index 81a8bf6c..74ebc182 100644 --- a/lib/best_in_place/version.rb +++ b/lib/best_in_place/version.rb @@ -1,3 +1,3 @@ module BestInPlace - VERSION = '3.1.0' + VERSION = '3.1.1' end