Skip to content

Commit

Permalink
Release 2.0 for Rails 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miks committed Oct 29, 2020
1 parent 2fb4cbd commit 049f1d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 2.0.0 (2020.10.30)

* Rails 6.0 support

### 1.1.21 (2020.05.26)

* Cache menu builder access control instance
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Changelog: https://github.com/cubesystems/releaf/blob/master/CHANGELOG.md

## Getting started

Releaf works with Rails 4.2
Releaf works with Rails 6.0

First add Releaf gem to your Gemfile
```ruby
gem 'releaf', github: 'cubesystems/releaf'
gem 'releaf', '~> 2.0'
```

Run the bundle command to install it.
Expand Down
2 changes: 1 addition & 1 deletion lib/releaf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Releaf
VERSION = "1.1.22"
VERSION = "2.0.0"
end

0 comments on commit 049f1d7

Please sign in to comment.