From 6c875e7ab4759abecfb6375a9157e9da50b39fe0 Mon Sep 17 00:00:00 2001 From: Weixi Yen Date: Sun, 22 Apr 2018 21:01:30 -0700 Subject: [PATCH] Update to version 0.2.1 in hex.pm --- changelog.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 42fc1f3..0b1895d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## v 0.2.1 + +pablohirafuji PR: #8 - fix validation type coercion for comparison queries in issue #7 + ## v 0.2 Fixed a type coercion issue in comparison queries during the validation step. diff --git a/mix.exs b/mix.exs index b94ecba..df0ba91 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Triton.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.2.1" @url "https://github.com/blitzstudios/triton" @maintainers ["Weixi Yen"]