We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d4539 commit 4d76ebeCopy full SHA for 4d76ebe
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+- Drop Elixir v1.14 support.
6
7
## 0.8.4 (2026-01-13)
8
9
- Allow `Ch` [v0.7.x](https://github.com/plausible/ch/blob/master/CHANGELOG.md#070-2026-01-13) which handles disconnects better
mix.exs
@@ -8,7 +8,7 @@ defmodule EctoCh.MixProject do
[
app: :ecto_ch,
10
version: @version,
11
- elixir: "~> 1.14",
+ elixir: "~> 1.15",
12
elixirc_paths: elixirc_paths(Mix.env()),
13
test_paths: test_paths(System.get_env("INTEGRATION")),
14
deps: deps(),
0 commit comments