From 62e7178c515c589a75201020e00d812ec4dae7f7 Mon Sep 17 00:00:00 2001 From: Alex Kira Date: Fri, 15 Apr 2022 18:24:23 -0700 Subject: [PATCH] Release 0.12.1 --- CHANGELOG.md | 9 ++++++++- mix.exs | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3011d34..76af38e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index f520422..5604f1f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExqUI.MixProject do use Mix.Project - @version "0.12.0" + @version "0.12.1" def project do [