Skip to content

Commit

Permalink
Release v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 28, 2020
1 parent f36e028 commit 6aea34e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog for v3.x

## v3.5.4 (2020-10-28)

### Enhancements

* [mix ecto.drop] Provide `--force-drop` for databases that may support it
* [guides] Add new "Multi tenancy with foreign keys" guide

### Bug fixes

* [Ecto.Changeset] Make keys optionals in specs
* [Ecto.Enum] Make sure `values/2` works for virtual fields
* [Ecto.Query] Fix missing type on CTE queries that select a single field

## v3.5.3 (2020-10-21)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ecto.MixProject do
use Mix.Project

@version "3.5.3"
@version "3.5.4"

def project do
[
Expand Down

0 comments on commit 6aea34e

Please sign in to comment.