diff --git a/CHANGELOG.md b/CHANGELOG.md index 877a66a10..12f275df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.5.0](https://github.com/ash-project/ash/compare/0.4.0...v0.5.0) (2020-06-15) + + + + +### Features: + +* extension section module imports, generated .formatter.exs (#71) + ## [v0.4.0](https://github.com/ash-project/ash/compare/0.3.0...v0.4.0) (2020-06-14) diff --git a/mix.exs b/mix.exs index 4ac91c2f5..a0ea5abed 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "0.4.0" + @version "0.5.0" def project do [