Skip to content

Commit

Permalink
release v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Aug 15, 2024
1 parent 0d7cfc6 commit 82b18e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.3.9 (2024-08-15)

- add support for 128 and 256 bit integers https://github.com/plausible/ecto_ch/pull/181
- drop `:array_join` support (please use ARRAY join hint instead) https://github.com/plausible/ecto_ch/pull/190
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EctoCh.MixProject do
use Mix.Project

@source_url "https://github.com/plausible/ecto_ch"
@version "0.3.8"
@version "0.3.9"

def project do
[
Expand Down

0 comments on commit 82b18e9

Please sign in to comment.