We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5689d1 commit 0ffa78cCopy full SHA for 0ffa78c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.12.1
4
+ * Bug fixes
5
+ * Lowered required version of `:castore` to remove upgrade path issues
6
+ * Reconfigured `:verify_peer` to _actually_ use CAStore and remove warning
7
+
8
## v0.12.0
9
* Removed
10
* Support for minimum Elixir version 1.4 (**POTENTIALLY BREAKING** - only applies if you relied on Elixir 1.4, 1.5+ is still supported)
mix.exs
@@ -2,7 +2,7 @@ defmodule Sobelow.Mixfile do
use Mix.Project
@source_url "https://github.com/nccgroup/sobelow"
- @version "0.12.0"
+ @version "0.12.1"
def project do
[
0 commit comments