chore: release version v1.53.0

This commit is contained in:
Zach Daniel 2022-08-03 22:19:15 -04:00
parent 5c68fa119f
commit 2d51a9100b
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.53.0](https://github.com/ash-project/ash/compare/v1.52.0-rc.22...v1.53.0) (2022-08-04)
### Bug Fixes:
* (attempt) to fix calc loading issue
## [v1.52.0-rc.22](https://github.com/ash-project/ash/compare/v1.52.0-rc.21...v1.52.0-rc.22) (2022-08-03)

View file

@ -18,7 +18,7 @@ With that said, we are getting closer and closer to a non-beta release. The prim
```elixir
def deps do
[
{:ash, "~> 1.52.0-rc.22"}
{:ash, "~> 1.53.0"}
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "1.52.0-rc.22"
@version "1.53.0"
def project do
[