Skip to content

Commit

Permalink
Merge pull request #113 from nautobot/u/hanlin-update-to-2.0.1
Browse files Browse the repository at this point in the history
Added the missing fix that was not included in v2.0.0
  • Loading branch information
HanlinMiao authored Sep 29, 2023
2 parents b37f9a8 + 9489ceb commit ac0f9fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Nautobot Secrets Providers Changelog

## v2.0.1 (2023-09-29)

### Added

- [#112](https://github.com/nautobot/nautobot-plugin-secrets-providers/pull/112) Added the missing fix for [issue](https://github.com/nautobot/nautobot-plugin-secrets-providers/issues/91) that was not included for v2.0.0

## v2.0.0 (2023-09-23)

### Changed
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-secrets-providers"
version = "2.0.0"
version = "2.0.1"
description = "Nautobot Secrets Providers App"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit ac0f9fb

Please sign in to comment.