Skip to content

Commit

Permalink
chore: release version v1.50.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 1, 2021
1 parent 48d8815 commit 145b793
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.50.7](https://github.com/ash-project/ash/compare/v1.50.6...v1.50.7) (2021-12-01)




### Bug Fixes:

* missing rename on refactor

* typo in `unquote`

* mark `contains` as a predicate

### Improvements:

* expose small filter helpers

* make to_simple_filter fail better, add failure option

## [v1.50.6](https://github.com/ash-project/ash/compare/v1.50.5...v1.50.6) (2021-11-26)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""

@version "1.50.6"
@version "1.50.7"

def project do
[
Expand Down

0 comments on commit 145b793

Please sign in to comment.