From 59fba01dc8db5bb4f79301d92d1f168fb98f39b3 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 15 Oct 2020 00:56:49 -0400 Subject: [PATCH] chore: release version v1.18.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd32abea..a9fff8352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.18.0](https://github.com/ash-project/ash/compare/v1.17.1...v1.18.0) (2020-10-15) + + + + +### Features: + +* add notifiers (#133) + +* Add `:one_of` constraint to the Atom type (#130) + ## [v1.17.1](https://github.com/ash-project/ash/compare/v1.17.0...v1.17.1) (2020-10-12) diff --git a/README.md b/README.md index 214cdf965..fe50f8394 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.17.1"} + {:ash, "~> 1.18.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 72a155192..10ce8eb9d 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.17.1" + @version "1.18.0" def project do [