Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #107 from nautobot/release-v1.2.0
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
pke11y authored Jul 8, 2022
2 parents d35ee79 + ccf34ab commit a150fd7
Show file tree
Hide file tree
Showing 11 changed files with 742 additions and 1,045 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Default owner(s) of all files in this repository
* @pke11y @chadell @scetron @h4ndzdatm0ld
* @pke11y @chadell @scetron @h4ndzdatm0ld @whitej6

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.2.0 - 2022-07-07

## Added

- #100 - Migration to use `python-ipfabric` library as the API client to IP Fabric.
- #103 - New command `get-loaded-snapshots` for greater snapshot details.

## Changed

- Removed the deprecated `end-to-end-path` command.


## v1.1.4 - 2022-06-08

## Added
Expand Down
2 changes: 1 addition & 1 deletion nautobot_chatops_ipfabric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class IPFabricConfig(PluginConfig):
"""Plugin configuration for the ipfabric plugin."""

name = "nautobot_chatops_ipfabric"
verbose_name = "IPFabric"
verbose_name = "Nautobot ChatOps IPFabric"
version = __version__
author = "Network to Code, LLC"
description = "Nautobot Chatops IPFabric"
Expand Down
Loading

0 comments on commit a150fd7

Please sign in to comment.