Skip to content

Commit

Permalink
Prep 1.1.2 release to not enforce 1.3 Nautobot (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored Aug 16, 2022
1 parent 6653145 commit 2749bf5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## v1.1.1 - 2022-09
## v1.1.2 - 2022-08

### Changed

- #322 Create release v1.1.2 and remove restrictions enforcing non-usage of beyond Nautobot 1.2.

## v1.1.1 - 2022-08

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion nautobot_golden_config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class GoldenConfig(PluginConfig):
description = "A plugin for managing Golden Configurations."
base_url = "golden-config"
min_version = "1.2.0"
max_version = "1.3.99"
max_version = "1.99"
default_settings = {
"enable_backup": True,
"enable_compliance": True,
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 = "nautobot-golden-config"
version = "1.1.1"
version = "1.1.2"
description = "A plugin for configuration on nautobot"
authors = ["Network to Code, LLC", "<[email protected]>"]

Expand Down

0 comments on commit 2749bf5

Please sign in to comment.