Skip to content

Commit

Permalink
Release v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 13, 2024
1 parent fc179e0 commit e753d29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for v3.x

## v3.12.1 (2024-08-13)

### Enhancements

* [Ecto.Type] Add `Ecto.Type.parameterized?/2`

### Bug fixes

* [Ecto.Enum] Fix dialyzer specification
* [Ecto.Query] Remove incorrect subquery parameter check

## v3.12.0 (2024-08-12)

### Enhancements
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.12.0"
@version "3.12.1"

def project do
[
Expand Down

0 comments on commit e753d29

Please sign in to comment.