We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8843223 commit d3c95adCopy full SHA for d3c95ad
docs/changelog.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v1.2.0 - 2022-09-30
4
+
5
+### Fixed
6
7
+- [#58](https://github.com/nautobot/nautobot-plugin-ssot/pull/58) - Change `message` and `object_repr` from 200 `CharField` field, to a `TextField`
8
9
+### Changed
10
11
+- [#56](https://github.com/nautobot/nautobot-plugin-ssot/pull/56) - Drop Python 3.6 support
12
13
## v1.1.2 - 2022-05-09
14
15
### Fixed
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-ssot"
-version = "1.1.2"
+version = "1.2.0"
description = "Nautobot Single Source of Truth"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
0 commit comments