From 848eb9fbe367e89204f54c6a3e0f95bd33e59dba Mon Sep 17 00:00:00 2001 From: Alex Kira Date: Fri, 12 Aug 2022 21:06:11 -0700 Subject: [PATCH] Bump to 0.12.13 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b34507..7904310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.12.3] - 2022-08-12 +### Fixed +- respect live_socket_path config option #119 by @ananthakumaran + + ## [0.12.2] - 2022-05-07 ### Fixed - Fix compile issue for missing id attribute #117 by @williamweckl diff --git a/mix.exs b/mix.exs index 975805e..3da8770 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExqUI.MixProject do use Mix.Project - @version "0.12.2" + @version "0.12.3" def project do [