diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5576255..2c2591013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [8.5.0](https://github.com/forcedotcom/sfdx-core/compare/8.4.0...8.5.0) (2024-08-29) + + +### Features + +* workspaces support for myDomain checks ([81dcfb3](https://github.com/forcedotcom/sfdx-core/commit/81dcfb3228bb39b511fbc0eb821592d2fbde2f39)) + + + # [8.4.0](https://github.com/forcedotcom/sfdx-core/compare/8.3.0...8.4.0) (2024-08-13) diff --git a/package.json b/package.json index 2794cd794..6b9b0dcf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.4.0", + "version": "8.5.0", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",