diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fb6aa4..4dde5ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ This changelog documents the changes between release versions. ## [Unreleased] + +## [1.1.0] - 2024-08-16 + - Accept predicate arguments in native mutations and native queries ([#92](https://github.com/hasura/ndc-mongodb/pull/92)) - Serialize aggregate results as simple JSON (instead of Extended JSON) for consistency with non-aggregate result serialization ([#96](https://github.com/hasura/ndc-mongodb/pull/96)) diff --git a/Cargo.lock b/Cargo.lock index f2025b89..cd8838f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1760,7 +1760,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "clap", @@ -3235,7 +3235,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-helpers" -version = "1.0.0" +version = "1.1.0" dependencies = [ "configuration", "enum-iterator", diff --git a/Cargo.toml b/Cargo.toml index a59eb2e9..dc7a9e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "1.0.0" +version = "1.1.0" [workspace] members = [