Skip to content

Commit 83a3107

Browse files
committed
Version bump - 0.10.6
1 parent e26857f commit 83a3107

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.10.6
4+
* Bug fixes
5+
* Handle nil `config` case
6+
37
## v0.10.5
48
* Misc
59
* Update code to clean up deprecation warnings

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Sobelow.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/nccgroup/sobelow"
5-
@version "0.10.5"
5+
@version "0.10.6"
66

77
def project do
88
[

0 commit comments

Comments
 (0)