diff --git a/CHANGELOG.md b/CHANGELOG.md index 04318fb..081f482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.10.4](https://github.com/ash-project/ash_admin/compare/v0.10.3...v0.10.4) (2024-02-04) + + + + +### Improvements: + +* fix large gap in header in safari + ## [v0.10.3](https://github.com/ash-project/ash_admin/compare/v0.10.2...v0.10.3) (2024-02-04) diff --git a/README.md b/README.md index 243763c..7b9114f 100644 --- a/README.md +++ b/README.md @@ -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.3"} +{:ash_admin, "~> 0.10.4"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 6c85900..85b624d 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.10.3" + @version "0.10.4" def project do [