From b0c764c8586819b359b86a794c181088ae400a0f Mon Sep 17 00:00:00 2001 From: Karthikeyan C Date: Tue, 10 Sep 2024 19:00:52 +0530 Subject: [PATCH] add v0_2_0 changelog --- changelog.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index efdaf2f9..73468332 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,10 @@ # Changelog -## [Unreleased] +## [v0.2.0] ### Added -### Changed - -### Fixed +- Support for stored procedures ## [v0.1.2] - 2024-06-17 @@ -24,7 +22,7 @@ ## [v0.1.0] - 2024-04-30 - Initial release with support of ndc-spec v0.1.2 (beta) - - Support for CLI plugin for Hasura v3 CLI, which allows the CLI to + - Support for CLI plugin for Hasura v3 CLI, which allows the CLI to introspect the database on demand. - Query explain endpoint has been changed from `/explain` to `/query/explain`. - The default port was changed from 8100 to 8080. @@ -32,6 +30,7 @@ [Unreleased]: https://github.com/hasura/ndc-sqlserver/compare/v0.6.0...HEAD +[v0.2.0]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.2.0 [v0.1.2]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.1.2 [v0.1.1]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.1.1 [v0.1.0]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.1.0