From 7f3b189c085ea144fb9ca551a5f7f24d926a4b7b Mon Sep 17 00:00:00 2001 From: Milan Jaric Date: Wed, 11 Apr 2018 15:03:31 +0200 Subject: [PATCH] v1.0.17 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f04a9..15a2b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.17 +* Bugfix + - Fix for SET TRANSACTION_ISOLATION_LEVEL issue + # v1.0.16 * Improvements - expsing connection options such as: diff --git a/mix.exs b/mix.exs index 67f9730..b8a2792 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Tds.Mixfile do def project do [ app: :tds, - version: "1.0.16", + version: "1.0.17", elixir: "~> 1.0", deps: deps(), test_coverage: [tool: ExCoveralls],