Skip to content

Commit aaeaef7

Browse files
authored
Release 0.6.1 (#113)
1 parent 59ac014 commit aaeaef7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.6.0"
5+
@version "0.6.1"
66
@electric_version ">= 1.1.9 and <= 1.1.10"
77

88
def project do

0 commit comments

Comments
 (0)