diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d871b..e14eb45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.8.5](https://github.com/heywhy/elixir-request-validator/compare/v0.8.4...v0.8.5) (2024-09-25) + + + + +### Bug Fixes: + +* handle number in required + ## [v0.8.4](https://github.com/heywhy/elixir-request-validator/compare/v0.8.3...v0.8.4) (2024-01-04) diff --git a/README.md b/README.md index 30228c8..f4acc23 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The package can be installed by adding `request_validator` to your list of depen ```elixir def deps do [ - {:request_validator, "~> 0.8.4"} + {:request_validator, "~> 0.8.5"} ] end ``` diff --git a/mix.exs b/mix.exs index 1768d54..4f77806 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Request.Validator.Mixfile do use Mix.Project - @version "0.8.4" + @version "0.8.5" @scm_url "https://github.com/heywhy/elixir-request-validator" def project do