From 7545193417d883468e22f427d987ab3c0f8ab222 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Thu, 17 Nov 2022 09:56:38 +0000 Subject: [PATCH] 0.4.1 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d588c..8eb8b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.1 + +- Fix typo in transitions validation examples ([#9](https://github.com/subvisual/fsmx/pull/9)) +- Removing IO.inspect call sfor itnernal function ([#8](https://github.com/subvisual/fsmx/pull/8)) + ## 0.4.0 - Adds support for the fallback operator as a transition source state ([8a57a194](https://github.com/subvisual/fsmx/commit/8a57a194e128bf73b254d5d33a96a890ba7dd13c)) diff --git a/mix.exs b/mix.exs index 6fad287..52482e4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Fsmx.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" def project do [