Skip to content

Commit

Permalink
Release v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 28, 2020
1 parent 449c79a commit f189802
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.3.3 (2020-01-28)

### Enhancements

* [myxql] Allow not setting the encoding when creating a database

### Bug fixes

* [myxql] Removing prefixed table name from constraints on latest MySQL versions
* [sql] Fix precedence of `is_nil` when inside a comparison operator

## v3.3.2 (2019-12-15)

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

@version "3.3.2"
@version "3.3.3"
@adapters ~w(pg myxql)

def project do
Expand Down

0 comments on commit f189802

Please sign in to comment.