From 6f8fb8019494b84161eac3e3943aa98f7877da75 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 8 Jan 2021 02:58:23 -0500 Subject: [PATCH] chore: release version v1.26.13 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b917eb8..1956ac1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.26.13](https://github.com/ash-project/ash/compare/v1.26.12...v1.26.13) (2021-01-08) + + + + +### Bug Fixes: + +* only cast public relationships/attributes + ## [v1.26.12](https://github.com/ash-project/ash/compare/v1.26.11...v1.26.12) (2021-01-08) diff --git a/README.md b/README.md index 84f01edfd..df56b8721 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means ```elixir def deps do [ - {:ash, "~> 1.26.12"} + {:ash, "~> 1.26.13"} ] end ``` diff --git a/mix.exs b/mix.exs index 3cccc441e..5eb58c45e 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.26.12" + @version "1.26.13" def project do [