diff --git a/CHANGELOG.md b/CHANGELOG.md index beff98d..b32f5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to VecGrep are documented here. --- -## [Unreleased] — feat/byok-embedding-providers +## [1.7.0] — 2026-03-04 ### Added diff --git a/pyproject.toml b/pyproject.toml index 9155456..8556a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vecgrep" -version = "1.6.0" +version = "1.7.0" description = "Cursor-style vector search MCP plugin for Claude Code" readme = "README.md" license = { text = "MIT" }