Skip to content

Commit 7e7202e

Browse files
committed
chore: release version v1.0.0-rc.2
1 parent f454656 commit 7e7202e

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.2](https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2025-11-02)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* unquote configured gettext backend by Rasheed Atanda
16+
817
## [v1.0.0-rc.1](https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2025-11-01)
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.1"}
21+
{:request_validator, "~> 1.0.0-rc.2"}
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.1"
4+
@version "1.0.0-rc.2"
55
@scm_url "https://github.com/heywhy/elixir-request-validator"
66

77
def project do

0 commit comments

Comments
 (0)