From e42a1a3145805d48d18c0912c7a5f2f11eb60227 Mon Sep 17 00:00:00 2001 From: Gabriel Jaldon Date: Sat, 22 Jul 2017 03:09:49 +0800 Subject: [PATCH] Bump to version 1.0.2 --- CHANGELOG.md | 8 +++++++- mix.exs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd16283..7b3f9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# Changelog for v1.0 +# Changelog + +## 1.0.2 + +- Fix `defenum/2` and `defenum/3` not accepting variables + +## 1.0 - Integration with Ecto 2.0 If you encounter any compiler or deprecation warnings related to Ecto 2.0, diff --git a/mix.exs b/mix.exs index 442bedd..5902e3f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoEnum.Mixfile do use Mix.Project - @version "1.0.1" + @version "1.0.2" def project do [app: :ecto_enum,