Skip to content

Commit fc6a7a7

Browse files
authored
Release v1.1.1. (#591)
### What Release v1.1.1. ### How ``` $ nix-shell -p ghc --run './scripts/new-version.sh 1.1.1' ```
1 parent eddb685 commit fc6a7a7

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.1.0"
4+
package.version = "1.1.1"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

changelog.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
## [v1.1.1] - 2024-08-22
12+
13+
### Added
14+
715
- Support filtering by a nested field collection.
816
[#573](https://github.com/hasura/ndc-postgres/pull/573)
917

@@ -12,8 +20,6 @@
1220
- Support setting ssl client certificate information and ssl root certificate independently.
1321
[#578](https://github.com/hasura/ndc-postgres/pull/578)
1422

15-
### Fixed
16-
1723
## [v1.1.0] - 2024-08-16
1824

1925
### Added
@@ -333,7 +339,8 @@ Initial release.
333339

334340
<!-- end -->
335341

336-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.0...HEAD
342+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.1...HEAD
343+
[v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1
337344
[v1.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.0
338345
[v1.0.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.2
339346
[v1.0.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.1

0 commit comments

Comments
 (0)