Fixed version number

This commit is contained in:
Mick Grove 2025-07-23 19:58:24 -07:00
commit 2650bcc751
2 changed files with 2 additions and 5 deletions

View file

@ -2,12 +2,9 @@
All notable changes to this project will be documented in this file.
## [1.26.0]
- Fixed GitLab authentication bug
- Improved Baseten rule to be less noisy
- Added pre-commit and pre-receive installation hooks
## [1.25.0]
- Fixed GitLab authentication bug
- Added pre-commit and pre-receive installation hooks
- MongoDB validator now skips `mongodb+srv://` URIs and returns a message that validation was skipped
- Fixed noisy Baseten rule

View file

@ -10,7 +10,7 @@ publish = false
[package]
name = "kingfisher"
version = "1.26.0"
version = "1.25.0"
description = "MongoDB's blazingly fast secret scanning and validation tool"
edition.workspace = true
rust-version.workspace = true