We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a0829 commit 0bd5655Copy full SHA for 0bd5655
README.md
@@ -136,7 +136,7 @@ iex> Arangox.options(conn, "/")
136
```elixir
137
def application() do
138
[
139
- extra_applications: [:logger, :gun])
+ extra_applications: [:logger, :gun]
140
]
141
end
142
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Arangox.MixProject do
2
use Mix.Project
3
4
- @version "0.5.6"
+ @version "0.6.0"
5
@description """
6
ArangoDB 3.4+ driver for Elixir with connection pooling, support for \
7
VelocyStream, active failover, transactions and streamed cursors.
0 commit comments