From aef32753c5a43dc90d2b96ad3ae7fc38da7bab1f Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 18 Jul 2023 09:18:04 -0400 Subject: [PATCH] Release v0.28.2 --- Changelog.md | 4 ++++ lib/flipper/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e0fc96fba..5d782a000 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 0.28.2 + +* UI: fix path to bundled assets when mounted in another Rack app (https://github.com/jnunemaker/flipper/pull/742) + ## 0.28.1 ### Additions/Changes diff --git a/lib/flipper/version.rb b/lib/flipper/version.rb index 6e000c537..6fa83d41f 100644 --- a/lib/flipper/version.rb +++ b/lib/flipper/version.rb @@ -1,3 +1,3 @@ module Flipper - VERSION = '0.28.1'.freeze + VERSION = '0.28.2'.freeze end