We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896911f commit aa4aee9Copy full SHA for aa4aee9
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.2.1 (2023-09-07)
4
+
5
+* [#26](https://github.com/miaow2/netbox-config-diff/issues/26) Add dark theme for diff
6
7
## 1.2.0 (2023-08-23)
8
9
* [#20](https://github.com/miaow2/netbox-config-diff/issues/20) Add integration with [netbox-secrets](https://github.com/Onemind-Services-LLC/netbox-secrets) plugin
netbox_config_diff/__init__.py
@@ -2,7 +2,7 @@
__author__ = "Artem Kotik"
__email__ = "miaow2@yandex.ru"
-__version__ = "1.2.0"
+__version__ = "1.2.1"
class ConfigDiffConfig(PluginConfig):
0 commit comments