Skip to content

Commit e66c789

Browse files
committed
Bump version to 0.16.0
1 parent 97428c3 commit e66c789

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.16.0] - 2025-03-01
9+
### Changed
10+
- Add support for Phoenix html 4 #149 @Hermanlangner and @ananthakumaran
11+
12+
813
## [0.15.0] - 2024-06-18
914
### Changed
1015
- Don't toggle switches on websocket reconnects

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.15.0"
4+
@version "0.16.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)