From 48d8f8f1ed6c9625b69ec6b0001cffed1f3a497c Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 28 Feb 2020 11:42:13 +0100 Subject: [PATCH] v4.4.4 - Fix new menu form [#1740](https://github.com/AlchemyCMS/alchemy_cms/pull/1740) ([tvdeyen](https://github.com/tvdeyen)) --- CHANGELOG.md | 4 ++++ lib/alchemy/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1453726c24..03d99e73e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 5.0.0 (unreleased) +## 4.4.4 (2020-02-28) + +- Fix new menu form [#1740](https://github.com/AlchemyCMS/alchemy_cms/pull/1740) ([tvdeyen](https://github.com/tvdeyen)) + ## 4.4.3 (2020-02-26) - Scope nodes to sites [#1738](https://github.com/AlchemyCMS/alchemy_cms/pull/1738) ([tvdeyen](https://github.com/tvdeyen)) diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index 859e1acdf5..44312f5c7c 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "4.4.3" + VERSION = "4.4.4" def self.version VERSION