[0.19.0](https://github.com/projen/projen/compare/v0.18.16...v0.19.0) (2021-05-30)
⚠ BREAKING CHANGES
* **license:** The initializer of the `License` now takes `spdx` through the options struct instead of a positional argument. Additionally, an error is thrown if `MIT` license is selected but the `copyrightOwner` is not provided (because it is required in the license text).
Bug Fixes
* **license:** apache license should not be modified ([832](https://github.com/projen/projen/issues/832)) ([df0a922](https://github.com/projen/projen/commit/df0a9226a706f3278874a9ef39f7fb15d33de84a)), closes [#830](https://github.com/projen/projen/issues/830)