From ca5790a2731fc0bb64946a398fb4eabdf75039e1 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 27 Dec 2020 01:00:43 -0500 Subject: [PATCH] chore: release version v1.25.7 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a74f981..f5da47a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.25.7](https://github.com/ash-project/ash/compare/v1.25.6...v1.25.7) (2020-12-27) + + + + +### Bug Fixes: + +* support `examples` on dsl sections + ## [v1.25.6](https://github.com/ash-project/ash/compare/v1.25.5...v1.25.6) (2020-12-27) diff --git a/README.md b/README.md index 0102fd69..e4e9c9b6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means ```elixir def deps do [ - {:ash, "~> 1.25.6"} + {:ash, "~> 1.25.7"} ] end ``` diff --git a/mix.exs b/mix.exs index f55e7a3f..ddb8e93f 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.25.6" + @version "1.25.7" def project do [