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