chore: release version v3.1.6

This commit is contained in:
Zach Daniel 2024-07-14 10:46:26 -04:00
parent 84d76b3b28
commit bea5fd2f1e
2 changed files with 12 additions and 1 deletions

View file

@ -2,6 +2,17 @@
<!-- changelog -->
## [v3.1.6](https://github.com/ash-project/ash/compare/v3.1.5...v3.1.6) (2024-07-14)
### Bug Fixes:
* ensure `today` has properly configured returns type
* module type apply_constraints for nil fix (#1313)
## [v3.1.5](https://github.com/ash-project/ash/compare/v3.1.4...v3.1.5) (2024-07-14)

View file

@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
@version "3.1.5"
@version "3.1.6"
def project do
[