diff --git a/lm-agent/CHANGELOG.md b/lm-agent/CHANGELOG.md index aebe8957..bddbcbdc 100644 --- a/lm-agent/CHANGELOG.md +++ b/lm-agent/CHANGELOG.md @@ -3,6 +3,9 @@ This file keeps track of all notable changes to `License Manager Agent`. ## Unreleased + + +## 3.2.0 -- 2024-04-29 * Improve FlexLM, LM-X and OLicense parsers to parse multiple versions of the license server output [ASP-4670] * Fix LS-Dyna parser to parse the queue value when it's represented as a dash instead of a zero * Fix bug with output parsing when there's non UTF-8 characters in the output [ASP-5160] diff --git a/lm-agent/pyproject.toml b/lm-agent/pyproject.toml index 03e793fd..9abaef80 100644 --- a/lm-agent/pyproject.toml +++ b/lm-agent/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-agent" -version = "3.1.0" +version = "3.2.0" description = "Provides an agent for interacting with license manager" authors = ["OmniVector Solutions "] license = "MIT" diff --git a/lm-api/CHANGELOG.md b/lm-api/CHANGELOG.md index ed9d6652..502facb7 100644 --- a/lm-api/CHANGELOG.md +++ b/lm-api/CHANGELOG.md @@ -3,6 +3,9 @@ This file keeps track of all notable changes to `License Manager API`. ## Unreleased + + +## 3.2.0 -- 2024-04-29 * Expanded permission sets from view/edit to create/read/update/delete [PENG-2160] * Added admin permission to allow for full access to all resources [PENG-2207] diff --git a/lm-api/pyproject.toml b/lm-api/pyproject.toml index 8d096545..3d8ce7ea 100644 --- a/lm-api/pyproject.toml +++ b/lm-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-backend" -version = "3.1.0" +version = "3.2.0" description = "Provides an API for managing license data" authors = ["OmniVector Solutions "] license = "MIT" diff --git a/lm-cli/CHANGELOG.md b/lm-cli/CHANGELOG.md index 09874761..baa29e3b 100644 --- a/lm-cli/CHANGELOG.md +++ b/lm-cli/CHANGELOG.md @@ -4,6 +4,10 @@ This file keeps track of all notable changes to `License Manager CLI`. ## Unreleased + +## 3.2.0 -- 2024-04-29 +* Bumped version to keep in sync with backend and agent + ## 3.1.0 -- 2024-01-24 * Updated linter and checker to use ruff [ASP-4293] * Change minimum Python version to 3.12 [ASP-4295] diff --git a/lm-cli/pyproject.toml b/lm-cli/pyproject.toml index 761733d0..66e17d91 100644 --- a/lm-cli/pyproject.toml +++ b/lm-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-cli" -version = "3.1.0" +version = "3.2.0" description = "License Manager CLI Client" authors = ["Omnivector Solutions "] license = "MIT"