Skip to content

Commit

Permalink
Merge pull request nautobot#260 from tsm1th/release-v2.4.2
Browse files Browse the repository at this point in the history
Prep for release v2.4.2
  • Loading branch information
joewesch authored Nov 25, 2024
2 parents a6d9c9e + bb3acc3 commit fcb54a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/admin/release_notes/version_2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@

(#248) Added support for new cloud models found in Nautobot 2.3+

##v2.4.1
## v2.4.1

### Fixed

- (#253) Fixed missing json data returned on cloud endpoints

## v2.4.2

### Fixed

- (#257) Fixed issue with pagination looping under certain conditions
- (#259) Fixed the `filter` field that was missing from dynamic group objects
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "pynautobot"
version = "2.4.1"
version = "2.4.2"
description = "Nautobot API client library"
authors = ["Network to Code, LLC <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit fcb54a2

Please sign in to comment.