Skip to content

Commit

Permalink
Merge pull request #104 from katafrakt/changelog-2.0.3
Browse files Browse the repository at this point in the history
Add changelog entries for recently released versions
  • Loading branch information
benwilson512 authored Apr 18, 2024
2 parents 8a8f44c + b862922 commit 39bdf98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v2.0.3 - 2024-04-02

- Add official support for Elixir 1.15 and OTP 26
- Drop support for Elixir 1.10
- Add support for `phoenix_html` 4.0
- Add `:gc_interval` option to periodically run `:erlang.garbage_collect`, which can help with memory bloat (see [PR](https://github.com/absinthe-graphql/absinthe_phoenix/pull/100))

## v2.0.2 - 2021-09-01

- Add support for `phoenix_html` 3.0

## v2.0.1 - 2021-02-09

- Add support for `decimal` 2.0
- Relax version requirement for Absinthe

## v2.0.0 - 2020-05-14

- Phoenix.PubSub 2.0 support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def deps do
end
```

Note: Absinthe.Phoenix requires Elixir 1.10 or higher.
Note: Absinthe.Phoenix requires Elixir 1.11 or higher.

## Upgrading

Expand Down

0 comments on commit 39bdf98

Please sign in to comment.