diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fdcb6862..fb29c7c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.32.2 (2024-05-10) + + * Enhancements + * Allow the modal to close when we click outside the modal content + + * Bug fixes + * Fix indentation of -spec/-type in Erlang + * Fix Mix task autolink for tasks with underscores + * Avoid conflicts between custom headers with tooltips/modals + ## v0.32.1 (2024-04-12) * Bug fixes diff --git a/mix.exs b/mix.exs index b9339048d..ad412e98e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do use Mix.Project @source_url "https://github.com/elixir-lang/ex_doc" - @version "0.32.1" + @version "0.32.2" def project do [