File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.1] - 2025-10-13
11+
12+ ### Fixed
13+
14+ - Correctly send response within the request process for interruptible shapes ([ #111 ] ( https://github.com/electric-sql/phoenix_sync/pull/111 ) )
15+ - Pin electric to only supported versions ([ #111 ] ( https://github.com/electric-sql/phoenix_sync/pull/111 ) )
16+ - Correctly fetch query params within the Plug adapter ([ #111 ] ( https://github.com/electric-sql/phoenix_sync/pull/111 ) )
17+
1018## [ 0.6.0] - 2025-09-15
1119
1220### Added
Original file line number Diff line number Diff 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.6.0 "
5+ @ version "0.6.1 "
66 @ electric_version ">= 1.1.9 and <= 1.1.10"
77
88 def project do
You can’t perform that action at this time.
0 commit comments