Skip to content

Commit 405710e

Browse files
authored
Release 0.4.3 (#45)
1 parent c42c68a commit 405710e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,27 @@ 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
8+
## [0.4.3] - 2025-05-20
9+
10+
### Changed
11+
12+
- Updated to support latest Electric version (v1.0.13)
13+
14+
## [0.4.2] - 2025-05-14
915

1016
### Fixed
1117

1218
- Correctly resolve sync macro Plug within aliased `Phoenix.Router` scope ([#40](https://github.com/electric-sql/phoenix_sync/pull/40)).
1319

14-
## [0.4.1] - 2025-03-23
20+
## [0.4.1] - 2025-05-14
1521

1622
### Fixed
1723

1824
- Embedded client includes correct `content-type` headers ([#35](https://github.com/electric-sql/phoenix_sync/pull/35)).
1925
- 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)).
2026
- Credentials and other configured params are now correctly included in the `Electric.Client` configuration ([#38](https://github.com/electric-sql/phoenix_sync/pull/38)).
2127

22-
## [0.4.0] - 2025-03-22
28+
## [0.4.0] - 2025-05-13
2329

2430
### Added
2531

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.2"
5+
@version "0.4.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)