Skip to content

Commit 0942e43

Browse files
committed
release v0.6.1
1 parent 5e7ecc8 commit 0942e43

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## 0.6.0 (2025-02-04)
47

58
- 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

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.6.0"
5+
@version "0.6.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)