Skip to content

Commit bddd51d

Browse files
committed
chore: bump version to 0.35.3 and update changelog
1 parent 21af02c commit bddd51d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.3] - 2026-03-03
9+
### Updated
10+
- Dashboard methods to use centralized `chronicle_request` helper function for improved code consistency and maintainability
11+
12+
### Added
13+
- Helper functions for formatting dashboard resources
14+
- Pagination helper for `list_dashboards` method
15+
816
## [0.35.2] - 2026-03-02
917
### Added
1018
- `parse_statedump` parameter to `run_parser()` method for converting

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.2"
7+
version = "0.35.3"
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)