Skip to content

Commit

Permalink
Merge pull request #175 from absinthe-graphql/bryanjos/update_changel…
Browse files Browse the repository at this point in the history
…og_for_release

Update changelog
  • Loading branch information
cschiewek authored Sep 11, 2024
2 parents c19fec8 + 845393b commit 1bb6f1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.0.1 2024-09-04

- Bug Fix: Revert undesirable lateral ([#171](https://github.com/absinthe-graphql/dataloader/pull/171))
- Improvement: Relax otel process propagator vsn ([#167](https://github.com/absinthe-graphql/dataloader/pull/167)

## v2.0.0 2023-07-24

- Breaking Feature: Automatically handle sync vs async for the ecto dataloader source ([#146](https://github.com/absinthe-graphql/dataloader/pull/146)). Other dataloader source implementations need to add an `async?` function to comply with the protocol. NOTE: This only impacts you if you have a custom dataloader source. If you use the built in Ecto or KV sources then there is nothing you need to do.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The package can be installed by adding [`:dataloader`](https://hex.pm/packages/d
```elixir
def deps do
[
{:dataloader, "~> 1.0.0"}
{:dataloader, "~> 2.0.0"}
]
end
```
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 Dataloader.Mixfile do
use Mix.Project

@source_url "https://github.com/absinthe-graphql/dataloader"
@version "2.0.0"
@version "2.0.1"

def project do
[
Expand Down

0 comments on commit 1bb6f1b

Please sign in to comment.