Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
chore: release version v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 17, 2020
1 parent 9318b07 commit b37ca92
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.8.0](https://github.com/ash-project/ash_policy_authorizer/compare/v0.7.0...v0.8.0) (2020-08-17)




### Features:

* refactor built in checks for flexibility

* multiple conditions per check

## [v0.7.0](https://github.com/ash-project/ash_policy_authorizer/compare/v0.6.0...v0.7.0) (2020-08-10)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ by adding `ash_policy_authorizer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_policy_authorizer, "~> 0.7.0"}
{:ash_policy_authorizer, "~> 0.8.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule AshPolicyAuthorizer.MixProject do
@moduledoc false
use Mix.Project

@version "0.7.0"
@version "0.8.0"

@description """
A policy based authorizer for the Ash Framework
Expand Down

0 comments on commit b37ca92

Please sign in to comment.