[0.13.0](https://github.com/nitrictech/nitric/compare/v0.12.1...v0.13.0) (2022-01-14)
Features
* resource contracts ([3ff5340](https://github.com/nitrictech/nitric/commit/3ff53408b779e8eebbdccc0cd27c5a735403d6fd))
* **faas:** Add FaaS worker types. ([062959e](https://github.com/nitrictech/nitric/commit/062959e0d57fc44aab6ba130c4de2a674f8cba29))
* **worker:** Add additional FaaS worker types and selection logic from ProcessPool. ([0188e7f](https://github.com/nitrictech/nitric/commit/0188e7ff6ac79633324b2c189981dfa28023fb3c))
Bug Fixes
* Add worker type registration. ([6dca460](https://github.com/nitrictech/nitric/commit/6dca460ebc2733962baf91172ba07e5ae210db7a))
Build Systems
* Add a make "check" and "generate" target ([bfdb3eb](https://github.com/nitrictech/nitric/commit/bfdb3ebaeb829fa81247f58757f4402cd09d9b0b))
Continuous Integration
* Add checks for checking in generated sources. ([56403f7](https://github.com/nitrictech/nitric/commit/56403f7f76431fb74927c05accd369bf443ddf0f))
* change order of proto/mock generation. ([be282e1](https://github.com/nitrictech/nitric/commit/be282e13e7294ba42614e6c0e49809467553ef42))
Tests
* Add tests and fix bugs for new worker types. ([0258c08](https://github.com/nitrictech/nitric/commit/0258c08f6c9d9fe96858d0a55cb2c75e7a09ade9))
* Add UnimplementedWorker tests. ([845fbed](https://github.com/nitrictech/nitric/commit/845fbedb4ad77c02a0e422955015156bf1c43aa6))
* **worker:** Add grpc worker tests. ([5eae1e7](https://github.com/nitrictech/nitric/commit/5eae1e756b7a19a8e5ee77948bbb3088dd00d3cb))
* **worker:** Add ProcessPool tests. ([9640c3b](https://github.com/nitrictech/nitric/commit/9640c3b528e64e6004e3af7104d78079031ecc5b))
Code Refactoring
* **worker:** reduce duplicate code. ([200ca46](https://github.com/nitrictech/nitric/commit/200ca46ecca17cd49f9a769312cc14e578c72ce6))
-rc.8