diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ee2c0..a1e7e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [3.4.17](https://github.com/Smart-Apply/smart-apply/compare/v3.4.16...v3.4.17) (2026-06-01) + + +### Bug Fixes + +* **applications:** reflect bulk status changes immediately and drop summary cards ([#543](https://github.com/Smart-Apply/smart-apply/issues/543)) ([b988c06](https://github.com/Smart-Apply/smart-apply/commit/b988c06157babf300c46577ebce70c5a83365eaa)) + ## [3.4.16](https://github.com/Smart-Apply/smart-apply/compare/v3.4.15...v3.4.16) (2026-05-31) diff --git a/package.json b/package.json index b12ad74..3d6a097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-apply", - "version": "3.4.16", + "version": "3.4.17", "description": "Smart Apply MVP - AI-powered job application assistant (Monorepo)", "author": "Smart Apply Team", "private": true,