Skip to content

Commit 6d6b30d

Browse files
committed
release v0.8.6
1 parent a5f630c commit 6d6b30d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.8.6 (2026-02-11)
44

55
- Fix invalid `Array(Nothing)` param type for params like for `[[]]` https://github.com/plausible/ecto_ch/pull/264
66

7-
## 0.8.5 (2026-02-11)
7+
## 0.8.5 (2026-02-11) (retired)
88

99
- Fix invalid `Array(Array(Nothing))` param type for params like `[[],[],[1]]` https://github.com/plausible/ecto_ch/pull/263
1010

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule EctoCh.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/plausible/ecto_ch"
5-
@version "0.8.5"
5+
@version "0.8.6"
66

77
def project do
88
[

0 commit comments

Comments
 (0)