Skip to content

Commit

Permalink
Bump version to v4.0.6
Browse files Browse the repository at this point in the history
- Allow "data" key for module navigations [#1512](#1512) ([mamhoff](https://github.com/mamhoff))
  • Loading branch information
tvdeyen committed May 28, 2021
1 parent 78a6853 commit db7298a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## 4.0.5 (unreleased)
## 4.0.6 (2021-05-28)

- Allow "data" key for module navigations [#1512](https://github.com/AlchemyCMS/alchemy_cms/pull/1512) ([mamhoff](https://github.com/mamhoff))

## 4.0.5 (2018-09-17)

- Do not cache sitemap in Turbolinks [#1463](https://github.com/AlchemyCMS/alchemy_cms/pull/1463) ([tvdeyen](https://github.com/tvdeyen))
- Skip folded deeper levels when rendering page tree [#1324](https://github.com/AlchemyCMS/alchemy_cms/pull/1324) ([pascalj](https://github.com/pascalj))
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 = "4.0.5"
VERSION = "4.0.6"

def self.version
VERSION
Expand Down

0 comments on commit db7298a

Please sign in to comment.