Skip to content

Commit

Permalink
chore: release version v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
heywhy committed Sep 25, 2024
1 parent 5607ce7 commit ccf4bd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ccf4bd7

Please sign in to comment.