diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8857774 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.3.0](https://github.com/cloudquery/codegen/compare/v0.2.1...v0.3.0) (2023-06-12) + + +### ⚠ BREAKING CHANGES + +* Service per dir ([#6](https://github.com/cloudquery/codegen/issues/6)) +* Support multiple clients in the same package ([#5](https://github.com/cloudquery/codegen/issues/5)) + +### Features + +* Service per dir ([#6](https://github.com/cloudquery/codegen/issues/6)) ([12795c8](https://github.com/cloudquery/codegen/commit/12795c8b2c33d472ac98b5414eb472354271aa8c)) +* Support generic output type ([#1](https://github.com/cloudquery/codegen/issues/1)) ([f8dc681](https://github.com/cloudquery/codegen/commit/f8dc681bb622426abdc9cb5569fdf82865566337)) +* Support multiple clients in the same package ([#5](https://github.com/cloudquery/codegen/issues/5)) ([db0fd3c](https://github.com/cloudquery/codegen/commit/db0fd3c9aca787936d11210a1d2c8a380032d58a)) +* Support packages versions greater than v1 ([#4](https://github.com/cloudquery/codegen/issues/4)) ([19193a6](https://github.com/cloudquery/codegen/commit/19193a6ffd5681796a02f56b6b776e08707e44e1))