Skip to content

Commit

Permalink
Bump version to v5.1.0.rc1
Browse files Browse the repository at this point in the history
- Introduce a pages list view [#1906](#1906) ([tvdeyen](https://github.com/tvdeyen))
  • Loading branch information
tvdeyen committed Nov 6, 2020
1 parent 46b54c8 commit e6b07e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Store current pictures size in session [#1927](https://github.com/AlchemyCMS/alchemy_cms/pull/1927) ([tvdeyen](https://github.com/tvdeyen))
- Add support for custom mount points in Page::UrlPath [#1921](https://github.com/AlchemyCMS/alchemy_cms/pull/1921) ([tvdeyen](https://github.com/tvdeyen))
- Allow to set a custom Page::UrlPath class [#1919](https://github.com/AlchemyCMS/alchemy_cms/pull/1919) ([tvdeyen](https://github.com/tvdeyen))
- Introduce a pages list view [#1906](https://github.com/AlchemyCMS/alchemy_cms/pull/1906) ([tvdeyen](https://github.com/tvdeyen))

### Changes

Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "5.1.0.beta2"
VERSION = "5.1.0.rc1"

def self.version
VERSION
Expand Down

0 comments on commit e6b07e0

Please sign in to comment.