Skip to content

Commit

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

<!-- changelog -->

## [v0.9.5](https://github.com/ash-project/ash_admin/compare/v0.9.4...v0.9.5) (2023-10-11)




### Improvements:

* force submit forms

## [v0.9.4](https://github.com/ash-project/ash_admin/compare/v0.9.3...v0.9.4) (2023-08-04)


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.9.4"}
{:ash_admin, "~> 0.9.5"}
```

## 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.9.4"
@version "0.9.5"

def project do
[
Expand Down

0 comments on commit 7ded41b

Please sign in to comment.