[0.42.0](https://github.com/projen/projen/compare/v0.41.0...v0.42.0) (2021-12-14)
⚠ BREAKING CHANGES
* **awscdk:** The `cdkVersion` and `constructsVersion` options are now *semver ranges* and not just specific versions. To enable the previous behavior, use a caret prefix `^`.
* **awscdk:** `LambdaFunction` and `AutoDiscover` now requires `cdkDeps` so they can interact with CDK version manager.
Bug Fixes
* **awscdk:** some issues with CDK v2 ([1327](https://github.com/projen/projen/issues/1327)) ([61c47b5](https://github.com/projen/projen/commit/61c47b508977e62554f1e026ba5ab5e5839b2ab1)), closes [#1288](https://github.com/projen/projen/issues/1288) [#1326](https://github.com/projen/projen/issues/1326) [#1173](https://github.com/projen/projen/issues/1173)