We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97428c3 + e66c789 commit 4436ff2Copy full SHA for 4436ff2
CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
8
+## [0.16.0] - 2025-03-01
9
+### Changed
10
+- Add support for Phoenix html 4 #149 @Hermanlangner and @ananthakumaran
11
+
12
13
## [0.15.0] - 2024-06-18
14
### Changed
15
- Don't toggle switches on websocket reconnects
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExqUI.MixProject do
2
use Mix.Project
3
4
- @version "0.15.0"
+ @version "0.16.0"
def project do
[
0 commit comments