Skip to content

Commit

Permalink
Bump version to 1.1.2 (#628)
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: BenoitRanque <[email protected]>
  • Loading branch information
github-actions[bot] and BenoitRanque authored Oct 14, 2024
1 parent 2579844 commit 3ecf2be
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.1"
package.version = "1.1.2"
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 @@ -4,6 +4,14 @@

### Added

### Changed

### Fixed

## [v1.1.2] - 2024-10-07

### Added

- Enabled point mutations by default for newly generated configuration.

### Changed
Expand Down Expand Up @@ -343,7 +351,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.2...HEAD
[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
[v1.0.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.2
Expand Down

0 comments on commit 3ecf2be

Please sign in to comment.