We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26857f commit 83a3107Copy full SHA for 83a3107
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.10.6
4
+ * Bug fixes
5
+ * Handle nil `config` case
6
+
7
## v0.10.5
8
* Misc
9
* Update code to clean up deprecation warnings
mix.exs
@@ -2,7 +2,7 @@ defmodule Sobelow.Mixfile do
use Mix.Project
@source_url "https://github.com/nccgroup/sobelow"
- @version "0.10.5"
+ @version "0.10.6"
def project do
[
0 commit comments