Skip to content

Commit 62e7178

Browse files
committed
Release 0.12.1
1 parent 44d7715 commit 62e7178

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExqUI.MixProject do
22
use Mix.Project
33

4-
@version "0.12.0"
4+
@version "0.12.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)