Skip to content

Commit

Permalink
Release v3.8.2 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3cur3 authored May 18, 2022
1 parent d53cf7e commit 427468f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for v3.x

## v3.8.2 (2022-05-18)

### Bug fixes

* [postgres] Fix possible breaking change on `json_extract_path` for boolean values introduced in v3.8.0
* [sql] Colorize stacktrace and use `:` before printing line number

## v3.8.1 (2022-04-29)

### Bug fixes
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 EctoSQL.MixProject do
use Mix.Project

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

def project do
Expand Down

0 comments on commit 427468f

Please sign in to comment.