Skip to content

Commit 5d5f182

Browse files
committed
chore: bump version to 0.35.2 and update changelog
1 parent c002a1e commit 5d5f182

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.35.2] - 2026-03-02
9+
### Added
10+
- `parse_statedump` parameter to `run_parser()` method for converting
11+
statedump strings into structured JSON format
12+
- CLI `--parse-statedump` flag for `secops parser run` command
13+
814
## [0.35.1] - 2026-02-23
915
### Added
1016
- `as_list` parameter to `search_udm()` for returning events as a list instead of dictionary

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "secops"
7-
version = "0.35.1"
7+
version = "0.35.2"
88
description = "Python SDK for wrapping the Google SecOps API for common use cases"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)