From 103864ae6be26f212c288683a9986cc265f8def5 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 15 Jun 2020 02:40:44 -0400 Subject: [PATCH] chore: release version v0.5.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 [