diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc04bc63..b94a761a3 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] +## [v0.8.2] - 2024-04-22 + ### Added - Add functions to work with strings and regexes. @@ -983,7 +985,8 @@ properly compare floats. First release. -[Unreleased]: https://github.com/elixir-explorer/explorer/compare/v0.8.1...HEAD +[Unreleased]: https://github.com/elixir-explorer/explorer/compare/v0.8.2...HEAD +[v0.8.2]: https://github.com/elixir-explorer/explorer/compare/v0.8.1...v0.8.2 [v0.8.1]: https://github.com/elixir-explorer/explorer/compare/v0.8.0...v0.8.1 [v0.8.0]: https://github.com/elixir-explorer/explorer/compare/v0.7.2...v0.8.0 [v0.7.2]: https://github.com/elixir-explorer/explorer/compare/v0.7.1...v0.7.2 diff --git a/mix.exs b/mix.exs index 73e198d4f..a0b81e1a7 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Explorer.MixProject do use Mix.Project @source_url "https://github.com/elixir-nx/explorer" - @version "0.9.0-dev" + @version "0.8.2" @dev? String.ends_with?(@version, "-dev") @force_build? System.get_env("EXPLORER_BUILD") in ["1", "true"]