diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f71fd..effef34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 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 @@ -10,6 +10,8 @@ This is the changelog for Image version 0.54.4 released on ________, 2024. For * 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) diff --git a/mix.exs b/mix.exs index 85e5a8a..6daab97 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Image.MixProject do use Mix.Project - @version "0.54.3" + @version "0.54.4" @app_name "image"