diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae4891..d320974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.4.0] — 2026-08-07 + ### New Features - **Streaming scrape-to-assessment pipeline** (`scraping.py` / `agent.py` / `cache.py`) diff --git a/pyproject.toml b/pyproject.toml index d19eab7..de455b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jobradar" -version = "0.3.0" +version = "0.4.0" description = "Radar-scan the job market against your CV — auto-discover, scrape and LLM-assess matching roles" license = {text = "BUSL-1.1"} requires-python = ">=3.11"