diff --git a/lm-agent-snap/snap/snapcraft.yaml b/lm-agent-snap/snap/snapcraft.yaml index aa2da611..94526ed9 100644 --- a/lm-agent-snap/snap/snapcraft.yaml +++ b/lm-agent-snap/snap/snapcraft.yaml @@ -51,7 +51,7 @@ parts: source: . plugin: python python-packages: - - license-manager-agent + - license-manager-agent==4.2.3 build-packages: - python3 - libapt-pkg-dev diff --git a/lm-agent/CHANGELOG.md b/lm-agent/CHANGELOG.md index ebe7d8cc..3dc03b6b 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.2.3 -- 2025-01-16 * Added configuration settings for customising Sentry's sample rates [[PENG-2592](https://sharing.clickup.com/t/h/c/18022949/PENG-2592/QQUQ1ABLAP6QSYX)] ## 4.2.2 -- 2024-11-19 diff --git a/lm-agent/pyproject.toml b/lm-agent/pyproject.toml index 6b0547e8..703b4109 100644 --- a/lm-agent/pyproject.toml +++ b/lm-agent/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-agent" -version = "4.2.2" +version = "4.2.3" 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 c414a83e..152e75ca 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.2.3 -- 2025-01-16 * Adjusted the default values of Sentry's sample rates [[PENG-2592](https://sharing.clickup.com/t/h/c/18022949/PENG-2592/QQUQ1ABLAP6QSYX)] ## 4.2.2 -- 2024-11-19 diff --git a/lm-api/pyproject.toml b/lm-api/pyproject.toml index c6fe6333..34cc3506 100644 --- a/lm-api/pyproject.toml +++ b/lm-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-backend" -version = "4.2.2" +version = "4.2.3" 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 e517c39e..79c7e9c3 100644 --- a/lm-cli/CHANGELOG.md +++ b/lm-cli/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to `License Manager CLI`. ## Unreleased +## 4.2.3 -- 2025-01-16 ## 4.2.2 -- 2024-11-19 * Bumped version to keep in sync with agent diff --git a/lm-cli/pyproject.toml b/lm-cli/pyproject.toml index 3649a20f..19eae55a 100644 --- a/lm-cli/pyproject.toml +++ b/lm-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-cli" -version = "4.2.2" +version = "4.2.3" 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 5f8c7064..57106752 100644 --- a/lm-simulator-api/CHANGELOG.md +++ b/lm-simulator-api/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to License Manager Simulator API ## Unreleased +## 4.2.3 -- 2025-01-16 ## 4.2.2 -- 2024-11-19 * Bumped version to keep in sync with agent diff --git a/lm-simulator-api/pyproject.toml b/lm-simulator-api/pyproject.toml index c4f49d18..d07c92e0 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.2.2" +version = "4.2.3" 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 3a9a11f3..590b6358 100644 --- a/lm-simulator/CHANGELOG.md +++ b/lm-simulator/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to License Manager Simulator ## Unreleased +## 4.2.3 -- 2025-01-16 ## 4.2.2 -- 2024-11-19 * Bumped version to keep in sync with agent diff --git a/lm-simulator/pyproject.toml b/lm-simulator/pyproject.toml index 4963a269..0f1b4c49 100644 --- a/lm-simulator/pyproject.toml +++ b/lm-simulator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "license-manager-simulator" -version = "4.2.2" +version = "4.2.3" 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"