Skip to content

Commit

Permalink
Version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbritom committed May 18, 2017
1 parent b99139b commit cbfcd51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 :
Expand Down
2 changes: 1 addition & 1 deletion lib/best_in_place/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BestInPlace
VERSION = '3.1.0'
VERSION = '3.1.1'
end

0 comments on commit cbfcd51

Please sign in to comment.