Skip to content

Commit

Permalink
Release v3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 22, 2023
1 parent 971b9bf commit 7d21411
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for v3.x

## v3.9.5 (2023-03-22)

### Bug fixes

* [Ecto.Query] Rename `@opaque dynamic` type to `@opaque dynamic_expr` to avoid conflicts with Erlang/OTP 26

## v3.9.4 (2022-12-21)

### 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 Ecto.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-ecto/ecto"
@version "3.9.4"
@version "3.9.5"

def project do
[
Expand Down

0 comments on commit 7d21411

Please sign in to comment.