File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77
8+ ## [ 0.12.1] - 2022-02-15
89### Added
9- - support phoenix\_ live\_ view 0.17 #109
10+ - Support phoenix\_ live\_ view 0.17 #109 by @ananthakumaran
11+ - Add : live_session_on_mount option #110 by @neslinesli93
12+ - Add toggle switch per node to unsubscibe from all queues #114 by @ananthakumaran
13+
14+ ### Changed
15+ - Use relative time format #113 by @ananthakumaran
16+ - improve table layout #111 by @ananthakumaran
1017
1118## [ 0.12.0] - 2021-12-12
1219
Original file line number Diff line number Diff line change 11defmodule ExqUI.MixProject do
22 use Mix.Project
33
4- @ version "0.12.0 "
4+ @ version "0.12.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments