Skip to content

Commit

Permalink
Version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Dec 16, 2024
1 parent 6e8c384 commit 4e4dc73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Dev

## v0.7.4 (2024-12-16)

- Support the `JSON.Encode` protocol in Elixir 1.18+.

## v0.7.3 (2024-12-12)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Aja can be installed by adding `aja` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aja, "~> 0.7.3"}
{:aja, "~> 0.7.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Aja.MixProject do
use Mix.Project

@version "0.7.3"
@version "0.7.4"

def project do
[
Expand Down

0 comments on commit 4e4dc73

Please sign in to comment.