@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.37.0] - 2026-03-11
9+ ### Added
10+ - Comprehensive case management functionality for Chronicle
11+ - ` get_case() ` - Retrieve single case details with optional field expansion
12+ - ` list_cases() ` - List cases with filtering, pagination, and sorting capabilities
13+ - ` patch_case() ` - Update case properties using partial updates
14+ - ` merge_cases() ` - Merge multiple cases into a single case
15+ - ` get_cases() ` - Legacy batch case retrieval for multiple case IDs
16+ - Bulk case operations for efficient case management
17+ - ` execute_bulk_add_tag() ` - Add tags to multiple cases
18+ - ` execute_bulk_assign() ` - Assign multiple cases to users
19+ - ` execute_bulk_change_priority() ` - Change priority for multiple cases
20+ - ` execute_bulk_change_stage() ` - Change stage for multiple cases
21+ - ` execute_bulk_close() ` - Close multiple cases with reasons
22+ - ` execute_bulk_reopen() ` - Reopen multiple cases
23+ - Complete CLI support for case management through ` secops case ` commands
24+ - ` secops case get ` - Get single case details
25+ - ` secops case list ` - List cases with filtering and pagination
26+ - ` secops case update ` - Update case properties
27+ - ` secops case merge ` - Merge multiple cases
28+ - ` secops case bulk-* ` commands for bulk operations
29+
830## [ 0.36.0] - 2026-03-10
931### Added
1032- Raw log search functionality with ` search_raw_logs() ` method
0 commit comments