Skip to content

Commit 459587b

Browse files
committed
Update CHANGELOG for v3.0.0 release detailing new features and changes
1 parent db2d634 commit 459587b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.0] - 2026-05-11
9+
### Added
10+
- Transition to `altcha` library v3.0 (JavaScript).
11+
- Support for `altcha-org/altcha` PHP library v2.0.
12+
- New configuration options: `hmacAlgorithm`, `hmacKeySignature`, `cost`, `counter_min`, `counter_max`, and `timeout`.
13+
- New services: `DriverKeyProvider` and `SolveChallengeResolver`.
14+
- New options for `AltchaType` form type (`cost`, `counter_min`, `counter_max`, `timeout`).
15+
16+
See the [upgrade guide](MIGRATE.md) for more details.
817

918
## [2.1.0] - 2025-12-08
1019
- Remove support for php 8.1

0 commit comments

Comments
 (0)