diff --git a/BlobViaEventGrid/CHANGELOG.md b/BlobViaEventGrid/CHANGELOG.md index 7a1d700..fc3bfbc 100644 --- a/BlobViaEventGrid/CHANGELOG.md +++ b/BlobViaEventGrid/CHANGELOG.md @@ -6,4 +6,8 @@ ### 2.0.0 / 21 Feb 2023 -[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. \ No newline at end of file +[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. + +### 2.0.1 / 22 Feb 2023 +[BUG] Update ARM template for incorrect variable name. +[BUG] Update ARM template for incorrect "default value" \ No newline at end of file diff --git a/BlobViaEventGrid/package.json b/BlobViaEventGrid/package.json index 58304ec..2d95915 100644 --- a/BlobViaEventGrid/package.json +++ b/BlobViaEventGrid/package.json @@ -1,7 +1,7 @@ { "name": "coralogix-azure-serverless", "title": "Azure Functions for integration with Coralogix", - "version": "2.0.0", + "version": "2.0.1", "description": "Azure Functions Set for integration with Coralogix", "homepage": "https://coralogix.com", "license": "Apache-2.0", diff --git a/DiagnosticData/CHANGELOG.md b/DiagnosticData/CHANGELOG.md index 7199092..6b3908a 100644 --- a/DiagnosticData/CHANGELOG.md +++ b/DiagnosticData/CHANGELOG.md @@ -6,4 +6,7 @@ ### 2.0.0 / 21 Feb 2023 -[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. \ No newline at end of file +[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. + +### 2.0.1 / 22 Feb 2023 +[BUG] Update ARM template for incorrect "default value" \ No newline at end of file diff --git a/DiagnosticData/package.json b/DiagnosticData/package.json index 4d9fd08..eee7b67 100644 --- a/DiagnosticData/package.json +++ b/DiagnosticData/package.json @@ -1,7 +1,7 @@ { "name": "coralogix-azure-serverless", "title": "Azure Functions for integration with Coralogix", - "version": "2.0.0", + "version": "2.0.1", "description": "Azure Functions Set for integration with Coralogix", "homepage": "https://coralogix.com", "license": "Apache-2.0", diff --git a/StorageQueue/CHANGELOG.md b/StorageQueue/CHANGELOG.md index 9ab3ba7..e578b59 100644 --- a/StorageQueue/CHANGELOG.md +++ b/StorageQueue/CHANGELOG.md @@ -6,4 +6,7 @@ ### 2.0.0 / 21 Feb 2023 -[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. \ No newline at end of file +[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. + +### 2.0.1 / 22 Feb 2023 +[BUG] Update ARM template for incorrect "default value" \ No newline at end of file diff --git a/StorageQueue/package.json b/StorageQueue/package.json index 560b776..ed9d47a 100644 --- a/StorageQueue/package.json +++ b/StorageQueue/package.json @@ -1,7 +1,7 @@ { "name": "coralogix-azure-serverless", "title": "Azure Functions for integration with Coralogix", - "version": "2.0.0", + "version": "2.0.1", "description": "Azure Functions Set for integration with Coralogix", "homepage": "https://coralogix.com", "license": "Apache-2.0",