From 35986f79c5575dc4300eb1d5c8707cf3bf9fe766 Mon Sep 17 00:00:00 2001 From: Andrew Summers Date: Thu, 19 Sep 2019 17:30:17 -0500 Subject: [PATCH] chore: Version bump. --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9b4d2..cc1800d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] +## 0.2.5 - 2019-09-19 +### Added +- Handle Erlang variables better with casing in guards. + ## 0.2.4 - 2019-07-18 ### Added - Handle names in whens more properly. diff --git a/mix.exs b/mix.exs index 9a3868d..b2d7c82 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Erlex.MixProject do def project do [ app: :erlex, - version: "0.2.4", + version: "0.2.5", elixir: "~> 1.6", start_permanent: Mix.env() == :prod, deps: deps(),