Skip to content

Commit

Permalink
Bump version to 1.2.0 (#637)
Browse files Browse the repository at this point in the history
This bumps the version in `Cargo.toml` and updates `changelog.md`.

---------

Co-authored-by: codedmart <[email protected]>
Co-authored-by: Brandon Martin <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 859e0bf commit e3f7a53
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 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.1.2"
package.version = "1.2.0"
package.edition = "2021"
package.license = "Apache-2.0"

Expand Down
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

### Changed

### Fixed

## [v1.2.0] - 2024-10-25

### Added

### Changed

- Change mutation pre/post checks to be optional

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

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.2.0
[v1.1.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.2
[v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1
[v1.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.0
Expand Down

0 comments on commit e3f7a53

Please sign in to comment.