Skip to content

Commit 0ffa78c

Browse files
authored
version bump - 0.12.1 (#131)
1 parent d5689d1 commit 0ffa78c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## v0.12.0
49
* Removed
510
* 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

Lines changed: 1 addition & 1 deletion
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.12.0"
5+
@version "0.12.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)