There was an error while loading. Please reload this page.
1 parent 326d48d commit ddcbc29Copy full SHA for ddcbc29
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.9.1 (2026-08-11)
4
5
- Allow Ecto types to cast 128-bit and 256-bit integers from strings. https://github.com/plausible/ch/pull/422
6
- Fix `encode_param` for `DateTime` https://github.com/plausible/ch/pull/298
mix.exs
@@ -2,7 +2,7 @@ defmodule Ch.MixProject do
use Mix.Project
@source_url "https://github.com/plausible/ch"
- @version "0.9.0"
+ @version "0.9.1"
7
def project do
8
[
0 commit comments