diff --git a/CHANGELOG.md b/CHANGELOG.md index d519641cf..e757ac74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.34.1 (2024-06-30) + + * Enhancements + * Add a `v` shortcut to open/focus the version select + * Compatibility fixes for Elixir v1.17 and Erlang/OTP 27+ + + * Bug fixes + * Do not crash on unknown media types in assets during EPUB generation + * Fix slight shift on search bar input during focus + * Avoid unwanted showing/hiding of search bar on mobile when scrolling + ## v0.34.0 (2024-05-30) This release requires Elixir v1.13. diff --git a/mix.exs b/mix.exs index c657781dd..b8b5892e2 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.34.0" + @version "0.34.1" def project do [