Skip to content

Commit

Permalink
Changelog for 2.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
miaow2 committed Feb 6, 2024
1 parent 5dd31cf commit 79c3ec3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.0 (2024-02-06)

* [#47](https://github.com/miaow2/netbox-config-diff/issues/47) Move plugin to separete menu item in navbar and add tab for devices with compliance result
* [#50](https://github.com/miaow2/netbox-config-diff/issues/50) Add template field for device name in DataSource to ConfigDiffScript
* [#53](https://github.com/miaow2/netbox-config-diff/issues/53) Add netbox-rq to installation process docs

## 2.1.0 (2023-10-26)

* [#35](https://github.com/miaow2/netbox-config-diff/issues/35) Add ability to define password for accessing priviliged exec mode
Expand Down
2 changes: 1 addition & 1 deletion netbox_config_diff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Artem Kotik"
__email__ = "[email protected]"
__version__ = "2.1.0"
__version__ = "2.2.0"


class ConfigDiffConfig(PluginConfig):
Expand Down

0 comments on commit 79c3ec3

Please sign in to comment.