diff --git a/changes/144.housekeeping b/changes/144.housekeeping deleted file mode 100644 index 321e1e2..0000000 --- a/changes/144.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `nautobot-app-v2.3.0`. diff --git a/changes/145.changed b/changes/145.changed deleted file mode 100644 index 7096c79..0000000 --- a/changes/145.changed +++ /dev/null @@ -1 +0,0 @@ -Updated boto3 dependency to ^1.34. diff --git a/docs/admin/release_notes/version_3.1.md b/docs/admin/release_notes/version_3.1.md index 783f9ab..10a46ea 100644 --- a/docs/admin/release_notes/version_3.1.md +++ b/docs/admin/release_notes/version_3.1.md @@ -6,6 +6,16 @@ This document describes all new features and changes in the release `3.1`. The f This release adds support for multiple HashiCorp Vault secrets providers. +## [v3.1.1 (2024-08-22)](https://github.com/nautobot/nautobot-app-secrets-providers/releases/tag/v3.1.1) + +### Dependencies + +- [#145](https://github.com/nautobot/nautobot-app-secrets-providers/issues/145) - Updated `boto3` dependency to permit newer releases. + +### Housekeeping + +- [#144](https://github.com/nautobot/nautobot-app-secrets-providers/issues/144) - Rebaked from the cookie `nautobot-app-v2.3.0`. + ## [v3.1.0 (2024-08-01)](https://github.com/nautobot/nautobot-app-secrets-providers/releases/tag/v3.1.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index 0f63b86..fcbe619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-secrets-providers" -version = "3.2.0-beta.1" +version = "3.1.1" description = "Nautobot Secrets Providers App" authors = ["Network to Code, LLC "] license = "Apache-2.0"