From aaa4800119a78c9e17687051bffbc99376f4c011 Mon Sep 17 00:00:00 2001 From: Jonas Jabari Date: Fri, 29 Apr 2022 17:57:43 +0200 Subject: [PATCH] bumped version --- CHANGELOG.md | 6 ++++++ lib/matestack/ui/core/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0f5151..7ff7d39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.0.1 Release - 2022-04-29 + +### Bugfixes + +- fixing layout resolving issue when using the `turbo-rails` gem (like seen in a fresh Rails 7 setup) + ## v3.0.0 Release - 2022-03-04 - same as v3.0.0.rc2 diff --git a/lib/matestack/ui/core/version.rb b/lib/matestack/ui/core/version.rb index 94cb9385..15ffa0fe 100644 --- a/lib/matestack/ui/core/version.rb +++ b/lib/matestack/ui/core/version.rb @@ -1,7 +1,7 @@ module Matestack module Ui module Core - VERSION = '3.0.0' + VERSION = '3.0.1' end end end