Skip to content

Commit

Permalink
chore: release version v1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 12, 2021
1 parent 6a26a58 commit f4af056
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ end
```elixir
def deps do
[
{:ash, "~> 1.27.1"}
{:ash, "~> 1.28.0"}
]
end
```
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.27.1"
@version "1.28.0"

def project do
[
Expand Down

0 comments on commit f4af056

Please sign in to comment.