diff --git a/CHANGELOG.md b/CHANGELOG.md index d769090..7030507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2024-09-11 + ### Fixed - Fix return of `available_nifs/1`. It was returning only URLs. @@ -267,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add basic features to download and use the precompiled NIFs in a safe way. -[Unreleased]: https://github.com/philss/rustler_precompiled/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/philss/rustler_precompiled/compare/v0.8.1...HEAD +[0.8.1]: https://github.com/philss/rustler_precompiled/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/philss/rustler_precompiled/compare/v0.7.3...v0.8.0 [0.7.3]: https://github.com/philss/rustler_precompiled/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/philss/rustler_precompiled/compare/v0.7.1...v0.7.2 diff --git a/mix.exs b/mix.exs index e6b19ab..63f53c5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RustlerPrecompiled.MixProject do use Mix.Project - @version "0.8.0" + @version "0.8.1" @repo "https://github.com/philss/rustler_precompiled" def project do