We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c698aa commit 6dcccdeCopy full SHA for 6dcccde
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+## Changelog
2
+
3
+## v1.0.1
4
5
+* Enhancements
6
+ * `Sparrow.Client` now returns `{:error, :dsn_empty}` when there's no DSN configuration
mix.exs
@@ -4,7 +4,7 @@ defmodule Sparrow.MixProject do
def project do
[
app: :sparrow,
7
- version: "1.0.0",
+ version: "1.0.1",
8
elixir: "~> 1.7",
9
elixirc_paths: elixirc_paths(Mix.env),
10
start_permanent: Mix.env() == :prod,
0 commit comments