Skip to content

Commit

Permalink
Release v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 27, 2020
1 parent 2494c95 commit b35dd7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for v3.x

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

### Enhancements

* [migrations] Pass `:schema_migration` option to repo operations for `prepare_query` checks
* [psql] Support `:force_drop` configuration to force a DB to be dropped

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

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

def project do
Expand Down

0 comments on commit b35dd7c

Please sign in to comment.