Skip to content

Commit

Permalink
Release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 24, 2020
1 parent 33e693a commit 051b735
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for v3.x

## v3.5.2 (2020-10-24)

### Enhancements

* [migrations] Support `:with` option in `references` for composite foreign keys
* [migrations] Support `:match` option in `references`
* [tds] Support TDS 3-part and 4-part prefixes

## v3.5.1 (2020-10-12)

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

@version "3.5.1"
@version "3.5.2"
@adapters ~w(pg myxql tds)

def project do
Expand Down

0 comments on commit 051b735

Please sign in to comment.