diff --git a/website/content/docs/platform/mssql/changelog.mdx b/website/content/docs/platform/mssql/changelog.mdx new file mode 100644 index 0000000000..04b6167d76 --- /dev/null +++ b/website/content/docs/platform/mssql/changelog.mdx @@ -0,0 +1,30 @@ +--- +layout: docs +page_title: Vault EKM Provider Release Notes +description: Release notes for the Vault EKM Provider for Microsoft SQL Server. +--- + +# Release Notes + +Each version is available to download from the +[releases](https://releases.hashicorp.com/vault-mssql-ekm-provider/) page. + +## 0.2.0 (July 15th, 2022) + +BUGS + +* Fixed a bug where rotating the Transit key would cause decryption failures. + +FEATURES + +* The config file now supports setting a Vault namespace, and a non-default transit or App Role mount path. See [Configuration][config] for details. + +IMPROVEMENTS + +* The config file is now stored inside ProgramData and will persist during future upgrades. See [Configuration][config] for details. + +## 0.1.0 (November 17th, 2021) + +Initial release. + +[config]: /docs/platform/mssql/configuration diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 9c64fe82e8..922000f0e3 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -1583,6 +1583,10 @@ { "title": "Troubleshooting", "path": "platform/mssql/troubleshooting" + }, + { + "title": "Release Notes", + "path": "platform/mssql/changelog" } ] },