diff --git a/CHANGELOG.md b/CHANGELOG.md index 308c821..cf78d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.3](https://github.com/ToDesktop/keyvault-gatekeeper/compare/0.1.2...0.1.3) (2024-11-04) + +### Bug Fixes + +- remove unused code ([423cf8e](https://github.com/ToDesktop/keyvault-gatekeeper/commit/423cf8e1e9fe010b84bf84d47274d286c3a79a96)) + ## [0.1.2](https://github.com/ToDesktop/keyvault-gatekeeper/compare/0.1.1...0.1.2) (2024-11-04) ### Bug Fixes diff --git a/package.json b/package.json index bcff202..ec4cad4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyvault-gatekeeper", - "version": "0.1.2", + "version": "0.1.3", "description": "Manages delegated access to code signing, secrets and notarization credentials on Azure Key Vault.", "repository": { "type": "git",