Skip to content

Commit 427468f

Browse files
authored
Release v3.8.2 (#405)
1 parent d53cf7e commit 427468f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for v3.x
22

3+
## v3.8.2 (2022-05-18)
4+
5+
### Bug fixes
6+
7+
* [postgres] Fix possible breaking change on `json_extract_path` for boolean values introduced in v3.8.0
8+
* [sql] Colorize stacktrace and use `:` before printing line number
9+
310
## v3.8.1 (2022-04-29)
411

512
### Bug fixes

mix.exs

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

44
@source_url "https://github.com/elixir-ecto/ecto_sql"
5-
@version "3.8.1"
5+
@version "3.8.2"
66
@adapters ~w(pg myxql tds)
77

88
def project do

0 commit comments

Comments
 (0)