From 2650bcc751da60c394a500cf96066833d5280ebd Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Wed, 23 Jul 2025 19:58:24 -0700 Subject: [PATCH] Fixed version number --- CHANGELOG.md | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3092e..d89083c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 0146316..930056a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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