Skip to content

Commit

Permalink
v1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaric committed Apr 11, 2018
1 parent da6465b commit 7f3b189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.17
* Bugfix
- Fix for SET TRANSACTION_ISOLATION_LEVEL issue

# v1.0.16
* Improvements
- expsing connection options such as:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 7f3b189

Please sign in to comment.