Skip to content

Commit e3f7a53

Browse files
Bump version to 1.2.0 (#637)
This bumps the version in `Cargo.toml` and updates `changelog.md`. --------- Co-authored-by: codedmart <[email protected]> Co-authored-by: Brandon Martin <[email protected]>
1 parent 859e0bf commit e3f7a53

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
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.2"
4+
package.version = "1.2.0"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

changelog.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
### Changed
88

9+
### Fixed
10+
11+
## [v1.2.0] - 2024-10-25
12+
13+
### Added
14+
15+
### Changed
16+
917
- Change mutation pre/post checks to be optional
1018

1119
- Added `mutationPrefix` to configuration allowing mutation names to be
@@ -356,7 +364,8 @@ Initial release.
356364

357365
<!-- end -->
358366

359-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.2...HEAD
367+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.2.0...HEAD
368+
[v1.2.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.2.0
360369
[v1.1.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.2
361370
[v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1
362371
[v1.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.0

0 commit comments

Comments
 (0)