Skip to content

Commit

Permalink
Bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed Jun 11, 2024
1 parent 74e583b commit 53f9bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand Down

0 comments on commit 53f9bf9

Please sign in to comment.