Skip to content

Commit

Permalink
Release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 12, 2020
1 parent 786fea4 commit 7117ae7
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.5.1 (2020-10-12)

### Enhancements

* [tds] Support explain plan for the TDS adapter

### Bug fix

* [migrations] Reload all migrations once the lock is free to avoid running the same migration more than once
* [query] Support nested subqueries

## v3.5.0 (2020-10-03)

### 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.0"
@version "3.5.1"
@adapters ~w(pg myxql tds)

def project do
Expand Down

0 comments on commit 7117ae7

Please sign in to comment.