Skip to content

Commit

Permalink
Add v0.2.0 changelog (#147)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

### How

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->
  • Loading branch information
codingkarthik committed Sep 10, 2024
1 parent 42e8380 commit 368b38f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### Fixed

## [v0.2.0]

### Added

- Support for stored procedures

## [v0.1.2] - 2024-06-17

### Added
Expand All @@ -24,14 +30,15 @@
## [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.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-sqlserver/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/hasura/ndc-sqlserver/compare/v0.2.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

0 comments on commit 368b38f

Please # to comment.