Skip to content

Commit

Permalink
Version 1.2.0 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Jun 29, 2020
1 parent 39d9956 commit 2eef8d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Spina CMS Changelog

## Unreleased
## 1.2

### 1.2.0 (June 29th, 2020)

* Added support for custom slugs (remember to install the new migration)

## 1.1
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (1.1.4)
spina (1.2.0)
ancestry
bcrypt
breadcrumbs_on_rails
Expand Down Expand Up @@ -103,7 +103,7 @@ GEM
execjs (2.7.0)
factory_bot (6.0.2)
activesupport (>= 5.0.0)
ffi (1.12.2)
ffi (1.13.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.1.2)
Expand Down Expand Up @@ -221,15 +221,15 @@ GEM
sexp_processor (~> 4.9)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.3.0)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sexp_processor (4.14.1)
sexp_processor (4.15.0)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
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 = "1.1.4"
VERSION = "1.2.0"
end

0 comments on commit 2eef8d9

Please sign in to comment.