diff --git a/lm-agent/CHANGELOG.md b/lm-agent/CHANGELOG.md index e64f70b0..bb118e64 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 + + +## 4.1.0 -- 2024-10-10 * Add support to DSLS license server diff --git a/lm-agent/pyproject.toml b/lm-agent/pyproject.toml index fac341f1..463670f6 100644 --- a/lm-agent/pyproject.toml +++ b/lm-agent/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-agent" -version = "4.0.0" +version = "4.1.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 09bc6ac2..c5c7051e 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 + + +## 4.1.0 -- 2024-10-10 * Add support to DSLS license server diff --git a/lm-api/pyproject.toml b/lm-api/pyproject.toml index b8dae158..568c9f82 100644 --- a/lm-api/pyproject.toml +++ b/lm-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-backend" -version = "4.0.0" +version = "4.1.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 0c39287f..a4001b58 100644 --- a/lm-cli/CHANGELOG.md +++ b/lm-cli/CHANGELOG.md @@ -5,6 +5,9 @@ This file keeps track of all notable changes to `License Manager CLI`. ## Unreleased +## 4.1.0 -- 2024-10-10 +* Bumped version to keep in sync with backend and agent + ## 4.0.0 -- 2024-08-30 * Remove OIDC_AUDIENCE setting diff --git a/lm-cli/pyproject.toml b/lm-cli/pyproject.toml index 5b286da8..0351d547 100644 --- a/lm-cli/pyproject.toml +++ b/lm-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-cli" -version = "4.0.0" +version = "4.1.0" description = "License Manager CLI Client" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/lm-simulator-api/CHANGELOG.md b/lm-simulator-api/CHANGELOG.md index dbf45050..c37ba7e9 100644 --- a/lm-simulator-api/CHANGELOG.md +++ b/lm-simulator-api/CHANGELOG.md @@ -3,6 +3,9 @@ This file keeps track of all notable changes to License Manager Simulator API ## Unreleased + + +## 4.1.0 -- 2024-10-10 * Add support to DSLS license server diff --git a/lm-simulator-api/pyproject.toml b/lm-simulator-api/pyproject.toml index d9f5330c..449845a6 100644 --- a/lm-simulator-api/pyproject.toml +++ b/lm-simulator-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-simulator-api" -version = "4.0.0" +version = "4.1.0" description = "Provides an API for interfacing with License Manager Simulator" authors = ["OmniVector Solutions "] license = "MIT" diff --git a/lm-simulator/CHANGELOG.md b/lm-simulator/CHANGELOG.md index 237a6cda..64788001 100644 --- a/lm-simulator/CHANGELOG.md +++ b/lm-simulator/CHANGELOG.md @@ -3,6 +3,9 @@ This file keeps track of all notable changes to License Manager Simulator ## Unreleased + + +## 4.1.0 -- 2024-10-10 * Add support to DSLS license server diff --git a/lm-simulator/pyproject.toml b/lm-simulator/pyproject.toml index b778f437..5dbb5a38 100644 --- a/lm-simulator/pyproject.toml +++ b/lm-simulator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-simulator" -version = "4.0.0" +version = "4.1.0" description = "The License Manager Simulator is an application that simulates output from 5 license servers for use in the development of applications which interface to the license servers." authors = ["OmniVector Solutions "] license = "MIT"