diff --git a/CHANGELOG.md b/CHANGELOG.md index 703587a..b2f8661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.1.0 + +### Changes + + * Make it compatible with latest version of + [ecto](https://github.com/elixir-ecto/ecto) (Thanks + [Tomoka64](https://github.com/Tomoka64)) + ## v0.0.5 ### Bugfixes diff --git a/mix.exs b/mix.exs index cf44ec2..dae0586 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Cassandrax.MixProject do use Mix.Project - @version "0.0.5" + @version "0.1.0" @url "https://github.com/loopsocial/cassandrax" @maintainers ["Thiago Dias", "Doga Tuncay"]