Skip to content

Commit

Permalink
Merge pull request #77 from jvanderaa/release113
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
jvanderaa committed Sep 2, 2022
2 parents 564735d + 1507ad9 commit 76256da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## v1.1.3
## v1.2.0

### Significant Updates

- (#71) Drops support for Python3.6 and updates package dependencies.
### Bug Fixes

- (#75) Fixes child prefixes for the **available-prefixes/ips** endpoint
- (#72) Updates to account for JSON Custom Field type introduced by Nautobot Custom Fields
- (#75) Fixes child prefixes for the **available-prefixes/ips** endpoint.
- (#72) Updates to account for JSON Custom Field type introduced by Nautobot Custom Fields.

## v1.1.2

Expand Down
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 = "1.1.3"
version = "1.2.0"
description = "Nautobot API client library"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
readme = "README.md"
Expand Down

0 comments on commit 76256da

Please sign in to comment.