Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.27.1] - 2025-12-05
### Updated
- Updated Chronicle client to expose API version param for following:
- Feed management (list, get, create, delete, disable, enable, generate secret)
- Reference list management(create, get, list, update)
- Rule management (create, get, list, update, delete, search)
- Rule deployment (get, update)
- Rule retrohunt (create, get)

## [0.27.0] - 2025-12-05
### Added
- Chronicle configuration for default API endpoint version to use for all methods
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "secops"
version = "0.27.0"
version = "0.27.1"
description = "Python SDK for wrapping the Google SecOps API for common use cases"
readme = "README.md"
requires-python = ">=3.7"
Expand Down
Loading
Loading