Skip to content

Commit

Permalink
chore: release version v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 13, 2021
1 parent 61c9d0b commit 38915ef
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.40.0](https://github.com/ash-project/ash/compare/v1.39.7...v1.40.0) (2021-04-13)




### Features:

* change `get?: true` interface functions to raise on `nil`

### Bug Fixes:

* allow api.load/2 to load calculations

### Improvements:

* add `allow_nil_input` to create actions for api layers

* add `load/1` builtin change

## [v1.39.7](https://github.com/ash-project/ash/compare/v1.39.6...v1.39.7) (2021-04-12)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""

@version "1.39.7"
@version "1.40.0"

def project do
[
Expand Down

0 comments on commit 38915ef

Please sign in to comment.