diff --git a/CHANGELOG.md b/CHANGELOG.md index b82e95d..86ebaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/elixir-typed-structor/typed_structor/compare/v0.5.0...v0.5.1) (2025-07-31) + + +### Bug Fixes + +* typos ([cf89ffd](https://github.com/elixir-typed-structor/typed_structor/commit/cf89ffd9ff05e2254e3f748f05a25e9ce5d52555)) + ## [0.5.0](https://github.com/elixir-typed-structor/typed_structor/compare/v0.4.2...v0.5.0) (2024-09-27) diff --git a/mix.exs b/mix.exs index 2d18b88..67d4605 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule TypedStructor.MixProject do use Mix.Project - @version "0.5.0" + @version "0.5.1" @source_url "https://github.com/elixir-typed-structor/typed_structor" def project do