Skip to content

Commit

Permalink
up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Jun 3, 2024
1 parent 6383fbe commit 805558d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ All notable changes to this project will be documented here. The format is based
on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2024-04-05 0.5.0
## 2024-06-03 0.6.0

### Features

- Ash 3.0 support

## 2024-04-05 0.5.0

### Features

- allow adding custom conditions to fields

## 2023-09-19 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The package can be installed by adding `ash_rbac` to your list of dependencies i
```elixir
def deps do
[
{:ash_rbac, "~> 0.5.0"},
{:ash_rbac, "~> 0.6.0"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add the ash_rbac dependency to your mix.exs
```elixir
defp deps do
[
{:ash_rbac, "~> 0.5.0"}
{:ash_rbac, "~> 0.6.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AshRbac.MixProject do
def project do
[
app: :ash_rbac,
version: "0.5.0",
version: "0.6.0",
description: "A small extension for easier application of policies",
package: [
maintainers: ["travel tech d.luxe GmbH"],
Expand Down

0 comments on commit 805558d

Please sign in to comment.