diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 12531914..36069b73 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,4 +7,4 @@ building something that needs to be cohesive and well thought out across all use cases. Our top priority is supporting real life use cases like yours, but we have to make sure that we do that in a sustainable way. The best compromise there is to make sure that discussions are centered around the *use case* for a feature, rather - than the propsed feature itself. + than the proposed feature itself. diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6a83a2..d6b0a606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.36.15](https://github.com/ash-project/ash/compare/v1.36.14...v1.36.15) (2021-03-21) + + + + +### Bug Fixes: + +* exception on invalid query arguments + +* allow casting strings as uuids (for embedded types) + +### Improvements: + +* retain actor context from changeset + ## [v1.36.14](https://github.com/ash-project/ash/compare/v1.36.13...v1.36.14) (2021-03-21) diff --git a/mix.exs b/mix.exs index be860f71..b0f7ac19 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.36.14" + @version "1.36.15" def project do [