Skip to content

Commit aa4aee9

Browse files
committed
Changelog for #26
1 parent 896911f commit aa4aee9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 1.2.0 (2023-08-23)
48

59
* [#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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Artem Kotik"
44
__email__ = "miaow2@yandex.ru"
5-
__version__ = "1.2.0"
5+
__version__ = "1.2.1"
66

77

88
class ConfigDiffConfig(PluginConfig):

0 commit comments

Comments
 (0)