Skip to content

Commit

Permalink
chore: release version v0.10.10-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 3, 2024
1 parent 5d1b3a1 commit 3662b15
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.10.10-rc.1](https://github.com/ash-project/ash_admin/compare/v0.10.10-rc.0...v0.10.10-rc.1) (2024-04-03)




### Bug Fixes:

* get checks passing, fix various bugs

* loading multiple relationships with the same destination resource that has sensitive fields (#98)

## [v0.10.10-rc.0](https://github.com/ash-project/ash_admin/compare/v0.10.9...v0.10.10-rc.0) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ https://www.youtube.com/watch?v=aFMLz3cpQ8c
First, ensure you've added ash_admin to your `mix.exs` file.

```elixir
{:ash_admin, "~> 0.10.10-rc.0"}
{:ash_admin, "~> 0.10.10-rc.1"}
```

## Setup
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
An admin UI for Ash Framework
"""

@version "0.10.10-rc.0"
@version "0.10.10-rc.1"

def project do
[
Expand Down

0 comments on commit 3662b15

Please sign in to comment.