diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bd450..2e836a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.2.0 (2024-09-24) + +* Update phoenix_html to `~> 4.0` + ## v0.1.0 (2024-09-24) * Initial version extracted from Surface `v0.11.5` diff --git a/README.md b/README.md index 4f589ac..97dab13 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add `surface_form_helpers` to the list of dependencies in `mix.exs`: ```elixir def deps do [ - {:surface_form_helpers, "~> 0.1.0"} + {:surface_form_helpers, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 0a04af7..9eb2284 100644 --- a/mix.exs +++ b/mix.exs @@ -10,7 +10,7 @@ end defmodule Surface.Form.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" @source_url "https://github.com/surface-ui/surface_form_helpers" @homepage_url "https://surface-ui.org"