Skip to content

Commit 0b6c324

Browse files
committed
chore: bump version; added changelog
1 parent 913dadf commit 0b6c324

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.41.0] - 2026-04-09
9+
### Added
10+
- Comprehensive SOAR integration management capabilities
11+
- Integration management (`create_integration()`, `update_integration()`, `list_integrations()`, `export_integration_items()`, etc.)
12+
- Integration instances management (`get_default_integration_instance()`, `list_integration_instances()`, etc.)
13+
- Marketplace integration management (`install_marketplace_integration()`, `uninstall_marketplace_integration()`, etc.)
14+
- CLI support for SOAR integration management commands
15+
- `secops integration integrations` for managing custom integrations
16+
- `secops integration instances` for managing integration instances
17+
- `secops integration marketplace` for managing marketplace integrations
18+
- Comprehensive utility helpers and data models for SOAR integration parameters, action types, scheduling, and connector configurations
19+
820
## [0.40.0] - 2026-04-06
921
### Added
1022
- Parser validation methods

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.40.0"
7+
version = "0.41.0"
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)