Skip to content

Commit

Permalink
changelog for v1.1.0 (#576)
Browse files Browse the repository at this point in the history
### What

Changelog for v1.1.0

### How

```
scripts/new-version.sh 1.1.0
```
  • Loading branch information
Gil Mizrahi authored Aug 16, 2024
1 parent bf4e8ab commit a57c0b5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
resolver = "2"

package.version = "1.0.2"
package.version = "1.1.0"
package.edition = "2021"
package.license = "Apache-2.0"

Expand Down
13 changes: 10 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@

### Added

### Changed

### Fixed

## [v1.1.0] - 2024-08-16

### Added

- Support setting ssl client certificate information via environment variables.
[#574](https://github.com/hasura/ndc-postgres/pull/574)

### Changed

### Fixed

- Make array element types nullable in the schema.
Expand Down Expand Up @@ -321,7 +327,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.0
[v1.0.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.2
[v1.0.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.1
[v1.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.0
Expand Down

0 comments on commit a57c0b5

Please sign in to comment.