From 3e236cea3af0ea39050156cb71f9f5e80e47bccf Mon Sep 17 00:00:00 2001 From: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> Date: Thu, 26 May 2022 11:16:39 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f91b6eec..5ab1b7859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [2.0.13] - 2022-05-26 + +### Added + +### Changed + - Fixed an issue where the error message would be logged twice. #514 +- Bumps rickstaa/action-create-tag to 1.3.2 #513 +- Bumps Android tooling version to 7.2.1 #515 +- Bumps com.github.spotbugs to 5.0.7 #509 +- Bumps gradle-enterprise-gradle-plugin to 3.10.1 in /android #512 +- Bumps azure-core to 1.28.0 #503, #504, #506 +- Bumps azure-identity to 1.5.1 #505, #507 +- Bumps github/codeql-action to 2 #498 ## [2.0.12] - 2022-04-22 From df07735b71a802e8e9f09011c71396b424f0d9d0 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 26 May 2022 14:24:02 -0400 Subject: [PATCH 2/2] Apply suggestions from code review --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab1b7859..9fefe01b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,13 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Fixed an issue where the error message would be logged twice. #514 -- Bumps rickstaa/action-create-tag to 1.3.2 #513 -- Bumps Android tooling version to 7.2.1 #515 -- Bumps com.github.spotbugs to 5.0.7 #509 -- Bumps gradle-enterprise-gradle-plugin to 3.10.1 in /android #512 - Bumps azure-core to 1.28.0 #503, #504, #506 - Bumps azure-identity to 1.5.1 #505, #507 -- Bumps github/codeql-action to 2 #498 ## [2.0.12] - 2022-04-22