Release v0.5.1

master
Milton Mazzarri 2019-03-20 09:54:18 -05:00
parent 33d6c68884
commit 23990f2185
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v0.5.1
* Bug fixes
- Fix publishing new statuses (#14)
## v0.5.0

View File

@ -4,7 +4,7 @@ defmodule Hunter.Mixfile do
def project do
[
app: :hunter,
version: "0.5.1-dev",
version: "0.5.1",
elixir: "~> 1.8",
docs: docs(),
package: package(),