Skip to content

Commit

Permalink
Prepared release 4.1.0 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo authored Oct 10, 2024
1 parent b935a12 commit 242e71b
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions lm-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion lm-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion lm-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lm-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-simulator-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion lm-simulator-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion lm-simulator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 242e71b

Please sign in to comment.