We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
electric
1 parent aaeaef7 commit 0470b91Copy full SHA for 0470b91
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.6.2] - 2025-11-05
11
+
12
+### Changed
13
14
+- Bump allowed `electric` to version `1.2.2` [#103](https://github.com/electric-sql/phoenix_sync/pull/116)
15
16
## [0.6.1] - 2025-10-13
17
18
### Fixed
mix.exs
@@ -2,8 +2,8 @@ defmodule Phoenix.Sync.MixProject do
2
use Mix.Project
3
4
# Remember to update the README when you change the version
5
- @version "0.6.1"
6
- @electric_version ">= 1.1.9 and <= 1.1.10"
+ @version "0.6.2"
+ @electric_version ">= 1.1.9 and <= 1.2.4"
def project do
[
0 commit comments