Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzlsakal committed Jan 9, 2025
1 parent 1eb0cc8 commit e0e9139
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.6.0

- Bug Fix: [`@interfaceObject` entity resolution and SDL presence](https://github.com/DivvyPayHQ/absinthe_federation/pull/106)

## 0.6.0

- [Rework how entities field is resolved](https://github.com/DivvyPayHQ/absinthe_federation/pull/104):
- Support async resolution with 0-arity function
- Support Dataloader.Ecto
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Absinthe.Federation.MixProject do
use Mix.Project

@source_url "https://github.com/DivvyPayHQ/absinthe_federation"
@version "0.6.0"
@version "0.6.1"

def project do
[
Expand Down

0 comments on commit e0e9139

Please sign in to comment.