From 3961a84a13631da5fff5888d2cf0c48bad710383 Mon Sep 17 00:00:00 2001 From: Garry Hill Date: Mon, 13 Oct 2025 11:53:21 +0100 Subject: [PATCH] Release 0.6.1 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbd4b6..d3a98f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index bbfde1d..8060362 100644 --- a/mix.exs +++ b/mix.exs @@ -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