From 5bbffdb31631a14a9c117e68ed6831165cb90312 Mon Sep 17 00:00:00 2001 From: Takekazu Omi Date: Wed, 11 Aug 2021 13:45:29 +0900 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 681645c..b63b72e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This definition requires an Azure subscription to use. You can create a [free ac ## ChangeLog -- [v0.4.615](https://github.com/Azure/bicep/releases/tag/v0.4.615) Implement goto for resource and variable property accesses, module paths, params and outputs. +- [v0.4.613](https://github.com/Azure/bicep/releases/tag/v0.4.613) Implement goto for resource and variable property accesses, module paths, params and outputs. - [v0.4.451](https://github.com/Azure/bicep/releases/tag/v0.4.451) Hotfix to remove the build summary. - [v0.4.412](https://github.com/Azure/bicep/releases/tag/v0.4.412) support stg.listKeys(). JSON literal string conversion. local json templates as modules. - v0.4.1 linter MVP