Skip to content

Commit

Permalink
Release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
surik authored and umatomba committed Aug 11, 2017
1 parent 0e02865 commit c654c88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.8.3

* Enhancements
* use CLIENT_DEPRECATE_EOF flag to make decision about EOF messages
* travis tests on different mariadb/mysql versions
* introduce :query_type prepare option
* fix typo in protocol handle_declare

* Bug fixes
* fix close socket when disconnect failed
* do disconnect on handshake error

# 0.8.2

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Mariaex.Mixfile do

def project do
[app: :mariaex,
version: "0.8.2",
version: "0.8.3",
elixir: "~> 1.2",
deps: deps(),
name: "Mariaex",
Expand Down

0 comments on commit c654c88

Please sign in to comment.