We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7ecc8 commit 0942e43Copy full SHA for 0942e43
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.6.1 (2025-03-20)
4
+- fix warning in docs for the Ecto repo https://github.com/plausible/ecto_ch/pull/227
5
+
6
## 0.6.0 (2025-02-04)
7
8
- update [Ch](https://github.com/plausible/ch) (our ClickHouse client) to [v0.3.0](https://github.com/plausible/ch/blob/v0.3.0/CHANGELOG.md)
mix.exs
@@ -2,7 +2,7 @@ defmodule EctoCh.MixProject do
use Mix.Project
@source_url "https://github.com/plausible/ecto_ch"
- @version "0.6.0"
+ @version "0.6.1"
def project do
[
0 commit comments