Skip to content

Commit 3dc9e2e

Browse files
committed
chore: Release
1 parent 3f48434 commit 3dc9e2e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.8.4] - 2024-10-26
99

1010
### Fixed
1111

@@ -669,7 +669,7 @@ emitted if a tracing subscriber is not found.
669669
[#1157]: https://github.com/jerus-org/hcaptcha-rs/pull/1157
670670
[#1149]: https://github.com/jerus-org/hcaptcha-rs/pull/1149
671671
[#1158]: https://github.com/jerus-org/hcaptcha-rs/pull/1158
672-
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.3...HEAD
672+
[2.8.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.3...hcaptcha-v2.8.4
673673
[2.8.3]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.2...v2.8.3
674674
[2.8.2]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.1...v2.8.2
675675
[2.8.1]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.0...v2.8.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use hcaptcha, add the following to your `Cargo.toml`:
3131

3232
```toml
3333
[dependencies]
34-
hcaptcha = "2.8.3"
34+
hcaptcha = "2.8.4"
3535

3636
```
3737

hcaptcha/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hcaptcha"
33
description = """
44
hCaptcha client response verification. Validate the hCaptcha response submitted from to your server from the client.
55
"""
6-
version = "2.8.3"
6+
version = "2.8.4"
77
authors = ["Jeremiah Russell <[email protected]>"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/jerusdp/hcaptcha-rs"

hcaptcha/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
//!
283283
//! ```toml
284284
//! [dependency]
285-
//! hcaptcha = { version = "2.8.3", default-features = false }
285+
//! hcaptcha = { version = "2.8.4", default-features = false }
286286
//! ```
287287
//!
288288
//! The following feature flags are available:

0 commit comments

Comments
 (0)