Skip to content

Commit 15ffcb3

Browse files
author
zhuque
committed
chore: bump version to v4.1.12 and update changelog
1 parent a12ab78 commit 15ffcb3

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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+
## [v4.1.12] - 2026-06-08
9+
10+
### Added
11+
- **Fingerprints**: Add 39 new AI web fingerprints and enhance 18 existing ones (7c438fa)
12+
13+
### Fixed
14+
- **Fingerprints**: Fix YAML matcher syntax for CI validation (49e2552)
15+
16+
### Changed
17+
- **Docs**: Update component count to 100+ and CVE count to 1600+ across all languages (58d97ff)
18+
- **Docs**: Add v4.1.11 to What's New across all 9 README languages (39a0cec)
19+
20+
### Contributors
21+
Special thanks to @zhuque, @boyhack, @aig-doc-bot
22+
23+
---
24+
825
## [v4.1.11] - 2026-06-04
926

1027
### Changed

internal/options/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"fmt"
2525
)
2626

27-
const version = "v4.1.11"
27+
const version = "v4.1.12"
2828

2929
func GetVersion() string {
3030
return version

0 commit comments

Comments
 (0)