Skip to content

Commit e4fb189

Browse files
committed
release v0.6.0
1 parent 689b3e4 commit e4fb189

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6.0 (2025-02-04)
44

55
- 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)
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Uses [Ch](https://github.com/plausible/ch) as driver.
1010
```elixir
1111
defp deps do
1212
[
13-
{:ecto_ch, "~> 0.5.0"}
13+
{:ecto_ch, "~> 0.6.0"}
1414
]
1515
end
1616
```

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.5.0"
5+
@version "0.6.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)