Skip to content

Commit 9b29a1f

Browse files
committed
release v0.8.5
1 parent 48e7db4 commit 9b29a1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

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

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.4"
5+
@version "0.8.5"
66

77
def project do
88
[

0 commit comments

Comments
 (0)