chore: release version v1.31.1

This commit is contained in:
Zach Daniel 2021-01-24 13:48:25 -05:00
parent 8e74ff62a6
commit 1705f72463
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.31.1](https://github.com/ash-project/ash/compare/v1.31.0...v1.31.1) (2021-01-24)
### Bug Fixes:
* remove invalid boolean expression optimization
### Improvements:
* make form errors work better with phoenix
## [v1.31.0](https://github.com/ash-project/ash/compare/v1.30.2...v1.31.0) (2021-01-24)

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "1.31.0"
@version "1.31.1"
def project do
[