Skip to content

Commit

Permalink
Merge pull request #89 from jvanderaa/release2_4_0
Browse files Browse the repository at this point in the history
Release 2.4.0
  • Loading branch information
joewesch committed Jun 7, 2023
2 parents a3a18fe + b3187eb commit 64baa8a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v2.4.0

- (#61) Be more clear on error messages by @itdependsnetworks
- (#66) Add basic typing to the methods in logger by @KalleDK
- (#75) Documentation refactor by @susanhooks
- (#77) added ICX/Fastiron Nornir Driver by @pato23arg
- (#78) Fix RTD docs build by @cmsirbu
- (#83) Adds provision_config method by @joewesch
- (#76) Mikrotik RouterOS CLI Support by @pato23arg
- (#79) Mikrotik RouterOS API support by @pato23arg
- (#85) Ruckus Smartzone WLC and Access Point Driver by @pato23arg

## New Contributors
* @KalleDK made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/66
* @susanhooks made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/75
* @pato23arg made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/77
* @cmsirbu made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/78
* @joewesch made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/83

## v2.3.0

- (#67) fix pylint, tests, and drop py36 support #67
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nornir-nautobot"
version = "2.3.0"
version = "2.4.0"
description = "Nornir Nautobot"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
readme = "README.md"
Expand Down

0 comments on commit 64baa8a

Please sign in to comment.