From 87bc04c08c8218d295760f2b65afcb278d25bdd4 Mon Sep 17 00:00:00 2001 From: Sneha Agnihotri <180277+snehaagni@users.noreply.github.com> Date: Wed, 3 May 2023 05:50:08 -0700 Subject: [PATCH] Fixed changelog for release/2.1.0 Removed the empty 'added' and 'removed' sections Added release date to 2.0.0 (cherry picked from commit e8a4045590c325a957ccf9c74daf47f81f35420e) --- docs/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 40ee57e3880..b904f713a25 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -13,18 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 2.1.0 - UNRELEASED -### Added - ### Changed - Database commands `chainlink db ...` validate TOML configuration and secrets before executing. This change of behavior will report errors if any Database-specific configuration is invalid. -### Removed - -## 2.0.0 - UNRELEASED +## 2.0.0 - 2023-04-20 ### Added