From 5448c53e58a2dfb43d68bc7a294e4f7cdf4a4405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20D=2E=20Moura?= Date: Fri, 30 Mar 2018 10:55:53 -0300 Subject: [PATCH] Preparing new version v0.14.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7086f345..c95984a6f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # ChangeLog ## WIP Version + +## 0.14.0 - Adding support for wildcard transitions - [Pull Request](https://github.com/joaomdmoura/machinery/pull/32) ## 0.13.0 diff --git a/README.md b/README.md index 83fcfc915d..dddcedf625 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:machinery, "~> 0.13.0"} + {:machinery, "~> 0.14.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 488971d4a4..390963395e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Machinery.Mixfile do def project do [ app: :machinery, - version: "0.13.0", + version: "0.14.0", elixir: "~> 1.5", start_permanent: Mix.env == :prod, deps: deps(),