Skip to content

Commit

Permalink
Bump version to v4.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 23, 2022
1 parent ca3ea77 commit 94e1439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.6.7 (2022-01-23)

- fix(CellsMigration): Do not autogenerate nested elements
- make the admin error tracker customizable

## 4.6.6 (2021-11-24)

- Give overlay picture spec more time to load images
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.6.6"
VERSION = "4.6.7"

def self.version
VERSION
Expand Down

0 comments on commit 94e1439

Please sign in to comment.