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],