Skip to content

Commit

Permalink
Bump to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 4, 2020
1 parent 02212d6 commit 03006d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## CHANGELOG

### 1.6.0 / 2020-04-05

* Add support of Ruby 2.7
* Drop support of jQuery 1 && 2
* Add binstubs to ease development

### 1.5.1 / 2019-11-30

* Add support of Rails 6
Expand Down
2 changes: 1 addition & 1 deletion lib/remotipart/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Remotipart
VERSION = '1.5.1'
VERSION = '1.6.0'
IFRAMETRANSPORT_VERSION = '1.0.1.remotipart'
end

0 comments on commit 03006d2

Please sign in to comment.