Skip to content

Commit

Permalink
chore: release version v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 14, 2024
1 parent c5b118a commit 8a4f857
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!-- changelog -->

## [v3.1.7](https://github.com/ash-project/ash/compare/v3.1.6...v3.1.7) (2024-07-14)




### Bug Fixes:

* don't use `:same` return type for most operators

* don't use returns as basis type unless explicitly allowed

## [v3.1.6](https://github.com/ash-project/ash/compare/v3.1.5...v3.1.6) (2024-07-14)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""

@version "3.1.6"
@version "3.1.7"

def project do
[
Expand Down

0 comments on commit 8a4f857

Please sign in to comment.