Skip to content

Commit

Permalink
Release 0.54.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Oct 2, 2024
1 parent 92eece1 commit a24c576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## Image 0.54.4

This is the changelog for Image version 0.54.4 released on ________, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-image/image/tags)
This is the changelog for Image version 0.54.4 released on October 3rd, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-image/image/tags)

### Bug Fixes

* Raises minimum Elixir version to 1.14 since that is the minimum requriement now for [Nx](https://hex.pm/packages/nx).

* Add Elixir 1.14 to the CI matrix. Thanks very much to @@leandrocp for the PR. Closes #164.

* Fix some EXIF tag decoding. Thanks to @hansihe for the PR. Closes #169.

## Image 0.54.3

This is the changelog for Image version 0.54.3 released on September 6th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-image/image/tags)
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 Image.MixProject do
use Mix.Project

@version "0.54.3"
@version "0.54.4"

@app_name "image"

Expand Down

0 comments on commit a24c576

Please sign in to comment.