chore: release version v1.18.0

This commit is contained in:
Zach Daniel 2020-10-15 00:56:49 -04:00
parent ca8b0d1ac3
commit 59fba01dc8
No known key found for this signature in database
GPG key ID: C377365383138D4B
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
```

View file

@ -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
[