Skip to content

Commit 0bd5655

Browse files
committed
release new minor version for updated gun dependency
1 parent 99a0829 commit 0bd5655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ iex> Arangox.options(conn, "/")
136136
```elixir
137137
def application() do
138138
[
139-
extra_applications: [:logger, :gun])
139+
extra_applications: [:logger, :gun]
140140
]
141141
end
142142
```

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Arangox.MixProject do
22
use Mix.Project
33

4-
@version "0.5.6"
4+
@version "0.6.0"
55
@description """
66
ArangoDB 3.4+ driver for Elixir with connection pooling, support for \
77
VelocyStream, active failover, transactions and streamed cursors.

0 commit comments

Comments
 (0)