We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c997d commit 06cbc55Copy full SHA for 06cbc55
docs/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.1.2 - 2022-05-09
4
+
5
+### Fixed
6
7
+- [#48](https://github.com/nautobot/nautobot-plugin-ssot/pull/48) - Fix introduced bug in #43, using a nonexistent method in an object.
8
9
## v1.1.1 - 2022-05-06
10
11
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-ssot"
-version = "1.1.1"
+version = "1.1.2"
description = "Nautobot Single Source of Truth"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
0 commit comments