From f4af0568d858c5fedf103bdd4ca519e863899039 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 12 Jan 2021 15:06:55 -0500 Subject: [PATCH] chore: release version v1.28.0 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ede89dcc..a3b3a2db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.28.0](https://github.com/ash-project/ash/compare/v1.27.1...v1.28.0) (2021-01-12) + + + + +### Features: + +* Add Embedded Resources (#170) + +### Bug Fixes: + +* Correct error message (#163) + +### Improvements: + +* Add built in decimal type (#162) + ## [v1.27.1](https://github.com/ash-project/ash/compare/v1.27.0...v1.27.1) (2021-01-08) diff --git a/README.md b/README.md index 84ed33220..928cba165 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ end ```elixir def deps do [ - {:ash, "~> 1.27.1"} + {:ash, "~> 1.28.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 0c8dc571a..5894699b1 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.27.1" + @version "1.28.0" def project do [