diff --git a/CHANGELOG.md b/CHANGELOG.md index 44903db012..1ffca8563f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.14.0](https://github.com/forcedotcom/sfdx-core/compare/v2.13.0...v2.14.0) (2020-10-22) + + +### Features + +* add decrypt option to getFields ([ccd32e2](https://github.com/forcedotcom/sfdx-core/commit/ccd32e20aa613554153c75bab59373225cea2382)) + ## [2.13.0](https://github.com/forcedotcom/sfdx-core/compare/v2.12.3...v2.13.0) (2020-10-13) diff --git a/package.json b/package.json index 97739ac78b..ba55455182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "2.13.0", + "version": "2.14.0", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/exported", "license": "BSD-3-Clause",