From 56f7cb4ceb822f6d75c53188902b32a4cb9b737c Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 6 Feb 2019 22:07:40 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8f846..a879f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.0.6 - Unreleased +## v1.0.6 - 2019-02-06 - Bug Fix: Depend on `ecto` instead of `ecto_sql`. Fixes Ecto 2.x support ([#67](https://github.com/absinthe-graphql/dataloader/issues/67)) diff --git a/mix.exs b/mix.exs index 807a763..421be3a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Dataloader.Mixfile do use Mix.Project - @version "1.0.5" + @version "1.0.6" def project do [