Skip to content

Commit

Permalink
Update v2.6.1 (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Dec 10, 2021
1 parent 5b7b8f3 commit be61cb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 2.6

### 2.6.1 (December 10th, 2021)
* Removed sass-rails dependency

### 2.6.0 (December 9th, 2021)
* Spina CMS now requires Ruby 2.7+
* Added Embed generator for Trix
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.6.0)
spina (2.6.1)
ancestry
attr_json
babosa
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.6.0"
VERSION = "2.6.1"
end

0 comments on commit be61cb9

Please sign in to comment.