chore: release version v0.8.0

This commit is contained in:
Zach Daniel 2023-03-01 15:53:59 -05:00
parent 3f9ef35ea7
commit d05d7d6225
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.8.0](https://github.com/ash-project/ash_admin/compare/v0.7.1...v0.8.0) (2023-03-01)
### Features:
* Inline style nonce (#42)
* Specify nonces on inline styles/JavaScript so they can be allowed by CSPs
### Bug Fixes:
* Add missing mix.lock changes (#43)
* Add missing mix.lock changes
## [v0.7.1](https://github.com/ash-project/ash_admin/compare/v0.7.0...v0.7.1) (2022-11-01)

View file

@ -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.7.1"}
{:ash_admin, "~> 0.8.0"}
```
## Setup

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
An admin UI for Ash Framework
"""
@version "0.7.1"
@version "0.8.0"
def project do
[