From 3bb3debc5f2aada28ddb0a3139d33079bcf92813 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:17:09 +0300 Subject: [PATCH] chore(main): Release v0.3.11 (#70) :robot: I have created a release *beep* *boop* --- ## [0.3.11](https://github.com/cloudquery/codegen/compare/v0.3.10...v0.3.11) (2023-10-23) ### Bug Fixes * Resolve nested JSON schemas in documentation generation ([#69](https://github.com/cloudquery/codegen/issues/69)) ([27c517a](https://github.com/cloudquery/codegen/commit/27c517aca799376c64da94366bb72b2a13717155)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411f76b..5823334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.11](https://github.com/cloudquery/codegen/compare/v0.3.10...v0.3.11) (2023-10-23) + + +### Bug Fixes + +* Resolve nested JSON schemas in documentation generation ([#69](https://github.com/cloudquery/codegen/issues/69)) ([27c517a](https://github.com/cloudquery/codegen/commit/27c517aca799376c64da94366bb72b2a13717155)) + ## [0.3.10](https://github.com/cloudquery/codegen/compare/v0.3.9...v0.3.10) (2023-10-19)