diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffca8563f..a0b7ad431f 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.15.0](https://github.com/forcedotcom/sfdx-core/compare/v2.14.0...v2.15.0) (2020-10-30) + + +### Features + +* allow adding property metas to allowedProperties on config ([2a264d3](https://github.com/forcedotcom/sfdx-core/commit/2a264d3ca3002c4c90c771beaa2036a06d331697)) + ## [2.14.0](https://github.com/forcedotcom/sfdx-core/compare/v2.13.0...v2.14.0) (2020-10-22) diff --git a/package.json b/package.json index ba55455182..380a2f3232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "2.14.0", + "version": "2.15.0", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/exported", "license": "BSD-3-Clause",