Skip to content

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miaow2 committed Nov 10, 2024
1 parent 86c5d9a commit 2c03cc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## 2.8.0 (2024-11-10)

* [#76](https://github.com/miaow2/netbox-config-diff/issues/76) Add in NetBox 4.0 and higher some statistics for diff
* [#81](https://github.com/miaow2/netbox-config-diff/issues/81) Fix error in rendering config with several substitutes
* [#84](https://github.com/miaow2/netbox-config-diff/issues/84) Strip multiple empty lines in configs

## 2.7.0 (2024-09-29)

* [#79](https://github.com/miaow2/netbox-config-diff/issues/79) Add support for NetBox 4.1

This release drops support for NetBox 3.6.

## 2.6.0 (2024-07-14)

* [#62](https://github.com/miaow2/netbox-config-diff/issues/62) Add support for NetBox 4.0
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 @@ -8,7 +8,7 @@

__author__ = "Artem Kotik"
__email__ = "[email protected]"
__version__ = "2.7.0"
__version__ = "2.8.0"


class ConfigDiffConfig(PluginConfig):
Expand Down

0 comments on commit 2c03cc2

Please sign in to comment.