Skip to content

Commit

Permalink
Merge pull request #107 from nautobot/main
Browse files Browse the repository at this point in the history
Main to develop
  • Loading branch information
whitej6 authored Oct 26, 2022
2 parents 4ca50a2 + bd3420f commit 6227fe2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v1.1.1 - 2022-10-26

### Fixed

- #99 Remove creation of extraneous status content types during migrations
- #100 Force Poetry to package the static documentation

### Added

- #103 Add request_id and description as available fields for the rule tables

### Changed

- #104 Enable brief endpoint API testing for supported models

## v1.1.0 - 2022-10-04

### Fixed
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-firewall-models"
version = "1.1.0"
version = "1.1.1"
description = "Nautobot plugin to model firewall objects."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6227fe2

Please sign in to comment.