diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b035b..76c4213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,5 +16,11 @@ Unreleased changes will be displayed here upon implementation. - [JSV](https://hexdocs.pm/jsv/JSV.html)-compatible JsonSchema definitions for `format` and `defaults` as `ValueFormatter.Schema.Format` and `ValueFormatter.Schema.DefaultFormats`, respectively. -[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.0...HEAD -[0.2.0]: https://github.com/box-id/value_formatters/releases/tag/0.2.0 \ No newline at end of file +## [0.2.1] - 2025-10-28 + +### Fixed + +- Minor documentation fixes and improvements. + +[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.1...HEAD +[0.2.1]: https://github.com/box-id/value_formatters/releases/tag/0.2.1 diff --git a/mix.exs b/mix.exs index e12d6ef..d4fd4a3 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ValueFormatters.MixProject do def project do [ app: :value_formatters, - version: "0.2.0", + version: "0.2.1", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,