diff --git a/CHANGELOG.md b/CHANGELOG.md index 074f8cae..5c9e05c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This changelog documents the changes between release versions. ## [Unreleased] + +## [0.0.3] - 2024-03-28 - Use separate schema files for each collection ([PR #14](https://github.com/hasura/ndc-mongodb/pull/14)) - Changes to `update` CLI command ([PR #17](https://github.com/hasura/ndc-mongodb/pull/17)): - new default behaviour: diff --git a/Cargo.lock b/Cargo.lock index 3c9d0c58..128a8916 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1538,7 +1538,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9c29741e..f858132e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.0.2" +version = "0.0.3" [workspace] members = [