diff --git a/CHANGELOG.md b/CHANGELOG.md index 063970a0..c927a9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,8 @@ This changelog documents the changes between release versions. ## [Unreleased] Changes to be included in the next upcoming release +## [0.0.2] - 2024-03-26 +- Rename CLI plugin to ndc-mongodb ([PR #13](https://github.com/hasura/ndc-mongodb/pull/13)) + ## [0.0.1] - 2024-03-22 Initial release \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 934915f4..6084fa17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,7 +1530,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4b71d0ab..9c29741e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.0.1" +version = "0.0.2" [workspace] members = [ diff --git a/connector-definition/connector-metadata.yaml b/connector-definition/connector-metadata.yaml index 2227543f..44a0dfd2 100644 --- a/connector-definition/connector-metadata.yaml +++ b/connector-definition/connector-metadata.yaml @@ -7,7 +7,7 @@ supportedEnvironmentVariables: commands: update: hasura-mongodb update cliPlugin: - name: mongodb + name: ndc-mongodb version: dockerComposeWatch: - path: ./