diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b4d9c8..2afcfc6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9058888..e13d106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.6.0](https://github.com/dschach/record-types/compare/v1.5.0...v1.6.0) (2024-03-09) + + +### Features + +* Enable case-insensitive uses ([3eadfcf](https://github.com/dschach/record-types/commit/3eadfcf515650a6d25123da69f6629493b449692)) + + +### Performance Improvements + +* Efficient describe calls ([#141](https://github.com/dschach/record-types/issues/141)) ([3eadfcf](https://github.com/dschach/record-types/commit/3eadfcf515650a6d25123da69f6629493b449692)) + + +### Documentation + +* Fix RecordTypes class ApexDocs ([09ac8f5](https://github.com/dschach/record-types/commit/09ac8f50699ef247992cb6e5b603c67313073e13)) +* Readme and description ([5a51375](https://github.com/dschach/record-types/commit/5a51375f1f93e543c229a127225fad67fa6e6f3d)) +* **readme:** Update readme badges ([#140](https://github.com/dschach/record-types/issues/140)) ([7fad074](https://github.com/dschach/record-types/commit/7fad074933d414eea97fd48f628871949c9d56ec)) + ## [1.5.0](https://github.com/dschach/record-types/compare/record-types-v1.4.0...record-types-v1.5.0) (2024-02-15) diff --git a/package.json b/package.json index 9fe839b..f4f581f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recordtypes-utility", "private": true, - "version": "1.5.0", + "version": "1.6.0", "description": "Salesforce Record Types Utility", "author": "dschach", "repository": { diff --git a/sfdx-project.json b/sfdx-project.json index e711920..900b77f 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -3,7 +3,7 @@ { "path": "force-app", "default": true, - "versionNumber": "1.5.0.NEXT", + "versionNumber": "1.6.0.NEXT", "definitionFile": "config/no-rt-scratch-def.json", "package": "Record Types", "versionName": "ver 1.5", @@ -13,7 +13,9 @@ "path": "unpackaged" }, "apexTestAccess": { - "permissionSets": ["RecordTypes_DefaultRT_for_Testing"] + "permissionSets": [ + "RecordTypes_DefaultRT_for_Testing" + ] } }, {