[0.12.0](https://github.com/aws/aws-prototyping-sdk/compare/v0.11.9...v0.12.0) (2022-10-05)
⚠ BREAKING CHANGES
* **open-api-gateway:** serviceName is now a required property for Smithy projects. Additionally its
components have been split into an object, for example 'example.helloHelloService' becomes {
namespace: 'example.hello', serviceName: 'HelloService' }
Features
* **open-api-gateway:** make service name a required property for smithy projects ([184](https://github.com/aws/aws-prototyping-sdk/issues/184)) ([46181bb](https://github.com/aws/aws-prototyping-sdk/commit/46181bbca5500022795a4d9034c5a02ee99faa81)), closes [#176](https://github.com/aws/aws-prototyping-sdk/issues/176)