Skip to content

Commit 45b3f4b

Browse files
committed
chore: release version v1.0.0-rc.4
1 parent 5aea32f commit 45b3f4b

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.0.0-rc.4](https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2025-11-13)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* ignore value is not a list by Rasheed Atanda
16+
817
## [v1.0.0-rc.3](https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2025-11-03)
918

1019

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The package can be installed by adding `request_validator` to your list of depen
1818
```elixir
1919
def deps do
2020
[
21-
{:request_validator, "~> 1.0.0-rc.3"}
21+
{:request_validator, "~> 1.0.0-rc.4"}
2222
]
2323
end
2424
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Request.Validator.Mixfile do
22
use Mix.Project
33

4-
@version "1.0.0-rc.3"
4+
@version "1.0.0-rc.4"
55
@scm_url "https://github.com/heywhy/elixir-request-validator"
66

77
def project do

0 commit comments

Comments
 (0)