Skip to content

Commit 26d7309

Browse files
authored
Bump to 0.4.2 (#41)
1 parent 0feca39 commit 26d7309

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.2] - 2025-03-23
9+
10+
### Fixed
11+
12+
- Correctly resolve sync macro Plug within aliased `Phoenix.Router` scope ([#40](https://github.com/electric-sql/phoenix_sync/pull/40)).
13+
814
## [0.4.1] - 2025-03-23
915

1016
### Fixed
1117

12-
- Embedded client includes correct `content-type` headers
13-
([#35](https://github.com/electric-sql/phoenix_sync/pull/35)).
14-
- Server errors are now propagated to the Liveview so they are not obscured by
15-
errors due to missing resume message ([#37](https://github.com/electric-sql/phoenix_sync/pull/37)).
16-
- Credentials and other configured params are now correctly included in the
17-
`Electric.Client` configuration ([#38](https://github.com/electric-sql/phoenix_sync/pull/38)).
18+
- Embedded client includes correct `content-type` headers ([#35](https://github.com/electric-sql/phoenix_sync/pull/35)).
19+
- Server errors are now propagated to the Liveview so they are not obscured by errors due to missing resume message ([#37](https://github.com/electric-sql/phoenix_sync/pull/37)).
20+
- Credentials and other configured params are now correctly included in the `Electric.Client` configuration ([#38](https://github.com/electric-sql/phoenix_sync/pull/38)).
1821

1922
## [0.4.0] - 2025-03-22
2023

mix.exs

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

44
# Remember to update the README when you change the version
5-
@version "0.4.1"
5+
@version "0.4.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)