Skip to content

Commit ddcbc29

Browse files
authored
release v0.9.1 (#434)
1 parent 326d48d commit ddcbc29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.9.1 (2026-08-11)
44

55
- Allow Ecto types to cast 128-bit and 256-bit integers from strings. https://github.com/plausible/ch/pull/422
66
- Fix `encode_param` for `DateTime` https://github.com/plausible/ch/pull/298

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Ch.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/plausible/ch"
5-
@version "0.9.0"
5+
@version "0.9.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)