Skip to content

Commit

Permalink
[docs] Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Sep 6, 2024
1 parent fe18a1b commit 8d1cd8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## 2.8.0-dev
## 3.0.0

* Updated many dependencies and has support for OTP 26
* Supports the same OTP/Elixir test matrix as Torch
- Elixir 1.14-1.16
- OTP 23.x-26.x

## 2.8.0

* Support for Ecto 3.12.0+

## 2.7.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Add `scrivener_ecto` to your `mix.exs` `deps`.
```elixir
defp deps do
[
{:torch_scrivener_ecto, "~> 2.8.0"}
{:torch_scrivener_ecto, "~> 3.0"}
]
end
```
Expand Down

0 comments on commit 8d1cd8d

Please sign in to comment.