Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Apr 16, 2022
1 parent 44d7715 commit 62e7178
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.12.1] - 2022-02-15
### Added
- support phoenix\_live\_view 0.17 #109
- Support phoenix\_live\_view 0.17 #109 by @ananthakumaran
- Add :live_session_on_mount option #110 by @neslinesli93
- Add toggle switch per node to unsubscibe from all queues #114 by @ananthakumaran

### Changed
- Use relative time format #113 by @ananthakumaran
- improve table layout #111 by @ananthakumaran

## [0.12.0] - 2021-12-12

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExqUI.MixProject do
use Mix.Project

@version "0.12.0"
@version "0.12.1"

def project do
[
Expand Down

0 comments on commit 62e7178

Please sign in to comment.