Skip to content

Commit

Permalink
version bump - 0.12.1 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
houllette authored Mar 30, 2023
1 parent d5689d1 commit 0ffa78c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.12.1
* Bug fixes
* Lowered required version of `:castore` to remove upgrade path issues
* Reconfigured `:verify_peer` to _actually_ use CAStore and remove warning

## v0.12.0
* Removed
* Support for minimum Elixir version 1.4 (**POTENTIALLY BREAKING** - only applies if you relied on Elixir 1.4, 1.5+ is still supported)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 0ffa78c

Please sign in to comment.