diff --git a/CHANGELOG.md b/CHANGELOG.md index 102edad8d..8a2797b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.11.6](https://github.com/oclif/core/compare/2.11.5...2.11.6) (2023-08-02) + + +### Bug Fixes + +* add note to RequiredArgsError when there are flags with multiple=true ([#754](https://github.com/oclif/core/issues/754)) ([ed359a7](https://github.com/oclif/core/commit/ed359a72012b387c3d106be443be601f51a49225)) + + + ## [2.11.5](https://github.com/oclif/core/compare/2.11.4...2.11.5) (2023-07-31) diff --git a/package.json b/package.json index ac6045bb8..a2c1226db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.11.5", + "version": "2.11.6", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": { @@ -120,4 +120,4 @@ "test:perf": "ts-node test/perf/parser.perf.ts" }, "types": "lib/index.d.ts" -} +} \ No newline at end of file