Skip to content

Commit a57c0b5

Browse files
author
Gil Mizrahi
authored
changelog for v1.1.0 (#576)
### What Changelog for v1.1.0 ### How ``` scripts/new-version.sh 1.1.0 ```
1 parent bf4e8ab commit a57c0b5

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
resolver = "2"
33

4-
package.version = "1.0.2"
4+
package.version = "1.1.0"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

changelog.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
## [v1.1.0] - 2024-08-16
12+
13+
### Added
14+
715
- Support setting ssl client certificate information via environment variables.
816
[#574](https://github.com/hasura/ndc-postgres/pull/574)
917

10-
### Changed
11-
1218
### Fixed
1319

1420
- Make array element types nullable in the schema.
@@ -321,7 +327,8 @@ Initial release.
321327

322328
<!-- end -->
323329

324-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.2...HEAD
330+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.0...HEAD
331+
[v1.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.0
325332
[v1.0.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.2
326333
[v1.0.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.1
327334
[v1.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.0

0 commit comments

Comments
 (0)