Skip to content

Commit 2272186

Browse files
Update CHANGELOG (#465)
1 parent ecc8981 commit 2272186

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v3.9.2 (2022-12-20)
4+
5+
### Enhancements
6+
7+
* [migrator] Raise if target version in `to`/`exclusive_to` is not an integer
8+
* [mysql] Add support for cross lateral joins
9+
* [postgres] Add support for cross lateral joins
10+
* [postgres] Add support for materialized CTEs
11+
* [telemetry] Send `cast_params` metadata to telemetry events
12+
313
## v3.9.1 (2022-11-18)
414

515
### Enhancements

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.9.1"
5+
@version "3.9.2"
66
@adapters ~w(pg myxql tds)
77

88
def project do

0 commit comments

Comments
 (0)