Skip to content

Commit 23226dc

Browse files
bump version
1 parent 08460cd commit 23226dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [0.17.0] - 2025-08-24
9+
### Changed
10+
- Make it possible to use `live_exq_ui` multiple times in a router #152 by @ananthakumaran
11+
### Breaking Changes
12+
- Drop support for Phoenix 1.6
13+
814
## [0.16.0] - 2025-03-01
915
### Changed
1016
- Add support for Phoenix html 4 #149 @Hermanlangner and @ananthakumaran

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExqUI.MixProject do
22
use Mix.Project
33

4-
@version "0.16.0"
4+
@version "0.17.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)