Release version 1.8.2

Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com>
This commit is contained in:
wkoot
2025-06-02 22:11:32 +02:00
parent 766ecfc25e
commit 69594bc33a
3 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -2,11 +2,17 @@
## [Unreleased]
## [1.8.2](https://github.com/ICTU/netbox_slm/releases/tag/1.8.2) - 2025-06-02
### Fixed
* Permission check for adding software product installations (#70)
## [1.8.1](https://github.com/ICTU/netbox_slm/releases/tag/1.8.1) - 2025-04-11
### Fixed
* Fix filtering on foreign objects (#65)
* Filtering on foreign objects (#65)
## [1.8.0](https://github.com/ICTU/netbox_slm/releases/tag/1.8.0) - 2025-02-25
+1 -1
View File
@@ -16,7 +16,7 @@ limitations under the License.
from netbox.plugins import PluginConfig
__version__ = "1.8.1"
__version__ = "1.8.2"
class SLMConfig(PluginConfig):
+1 -1
View File
@@ -2,7 +2,7 @@
sonar.organization=ictu
sonar.projectKey=ICTU_netbox_slm
sonar.projectName=netbox-slm
sonar.projectVersion=1.8.1
sonar.projectVersion=1.8.2
# Path is relative to the sonar-project.properties file
sonar.sources=netbox_slm