We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689b3e4 commit e4fb189Copy full SHA for e4fb189
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.6.0 (2025-02-04)
4
5
- 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)
6
README.md
@@ -10,7 +10,7 @@ Uses [Ch](https://github.com/plausible/ch) as driver.
10
```elixir
11
defp deps do
12
[
13
- {:ecto_ch, "~> 0.5.0"}
+ {:ecto_ch, "~> 0.6.0"}
14
]
15
end
16
```
mix.exs
@@ -2,7 +2,7 @@ defmodule EctoCh.MixProject do
use Mix.Project
@source_url "https://github.com/plausible/ecto_ch"
- @version "0.5.0"
+ @version "0.6.0"
7
def project do
8
0 commit comments