Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Jul 10, 2019
1 parent 45d5988 commit d1e65cc
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

## v1.2.1

* Fixed port command for OTP versions that support ancillary data sending.
* Fixed ArgumentError raising when port gets closed.

## v1.2.0

* Added support for global tags.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ defmodule Statix.Mixfile do
[
app: :statix,
name: "Statix",
version: "1.2.0",
version: "1.2.1",
elixir: "~> 1.2",
description: description(),
package: package(),

0 comments on commit d1e65cc

Please sign in to comment.