Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1] - 2025-10-13

### Fixed

- Correctly send response within the request process for interruptible shapes ([#111](https://github.com/electric-sql/phoenix_sync/pull/111))
- Pin electric to only supported versions ([#111](https://github.com/electric-sql/phoenix_sync/pull/111))
- Correctly fetch query params within the Plug adapter ([#111](https://github.com/electric-sql/phoenix_sync/pull/111))

## [0.6.0] - 2025-09-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Phoenix.Sync.MixProject do
use Mix.Project

# Remember to update the README when you change the version
@version "0.6.0"
@version "0.6.1"
@electric_version ">= 1.1.9 and <= 1.1.10"

def project do
Expand Down