Skip to content

Commit 93bc618

Browse files
committed
docs: add CHANGELOG
1 parent 7ec10e7 commit 93bc618

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
1313
<!-- markdownlint-disable MD024 -->
1414
## [Unreleased]
1515

16+
## [v0.14.0] - 2022-06-24
17+
18+
### Changed
19+
20+
- `SpringRow` into `SpringSinkRow` ([#50](https://github.com/SpringQL/SpringQL-client-c/pull/50))
21+
- `spring_row_close` -> `spring_sink_row_close` ([#50](https://github.com/SpringQL/SpringQL-client-c/pull/50))
22+
23+
### Added
24+
25+
- Following new APIs: ([#50](https://github.com/SpringQL/SpringQL-client-c/pull/50))
26+
- `SpringSourceRow`
27+
- `spring_source_row_from_json`
28+
- `spring_source_row_close`
29+
1630
## [v0.13.0+4]
1731

1832
### Fixed

0 commit comments

Comments
 (0)