From 386002292648fef0308cd93fce061f67903b79a0 Mon Sep 17 00:00:00 2001
From: Tank Tang <kat@microsoft.com>
Date: Mon, 9 Mar 2020 16:59:48 +0800
Subject: [PATCH] Added service version change to changelog.md

---
 blob/ChangeLog.md   | 3 ++-
 common/ChangeLog.md | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/blob/ChangeLog.md b/blob/ChangeLog.md
index a6d197e..f0e91ef 100644
--- a/blob/ChangeLog.md
+++ b/blob/ChangeLog.md
@@ -1,5 +1,6 @@
 2020.3 - version 2.0.0
-* This module now supports Ruby versions to 2.3 through 2.7
+* This module now supports Ruby versions to 2.3 through 2.7.
+* Service version is upgraded to 2018-11-09.
 * Add support for generating user delegation shared access signatures.
 
 2018.11 - version 1.1.0
diff --git a/common/ChangeLog.md b/common/ChangeLog.md
index f847bfa..5c4642a 100644
--- a/common/ChangeLog.md
+++ b/common/ChangeLog.md
@@ -1,7 +1,7 @@
 2020.3 - version 2.0.0
 * This module now supports Ruby versions to 2.3 through 2.7
+* Service version is upgraded to 2018-11-09.
 * Add support for generating user delegation shared access signatures.
-* Update the storage API version used to generate shared access signatures to 2018-11-09.
 * This module now contains azure-core which was originally in azure-ruby-asm-core.
 * The following dependency version was bumped up to the specified version for security update:
     Nokogiri 1.10.4
-- 
GitLab