From 53f9bf92427f43e143cdda02626023214aa15c00 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 11 Jun 2024 11:24:16 -0400 Subject: [PATCH] Bump version to v0.9.0 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec79b05..3e782c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to the [PEP 440 version scheme](https://peps.python.org/pep-0440/#version-scheme). +## [v0.9.0] - 2024-06-11 +### Added +- ILinuxAgentCommandBuilder.build_set_permissions_command(). + https://github.com/guardicore/monkey/issues/4187 + ## [v0.8.0] - 2024-06-10 ### Changed - `ReservationID` from a UUID to a string. diff --git a/pyproject.toml b/pyproject.toml index d1baceb..a457d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ paths = ["agentpluginapi", "vulture_allowlist.py"] [tool.poetry] name = "monkey-agentpluginapi" -version = "v0.8.0" +version = "v0.9.0" description = "Interfaces and components that comprise the Infection Monkey Agent Plugin API" authors = [ "Ilija Lazoroski ",