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 [