diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a78939..d61e2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This changelog documents changes between release tags. ## [Unreleased] Upcoming changes for the next versioned release. +## [0.0.29] +* Update connector-metadata to use proper version + ## [0.0.28] * Fix README workflow diff --git a/connector-definition/connector-metadata.yaml b/connector-definition/connector-metadata.yaml index 2a372ad..bbb1f83 100644 --- a/connector-definition/connector-metadata.yaml +++ b/connector-definition/connector-metadata.yaml @@ -1,6 +1,6 @@ packagingDefinition: type: PrebuiltDockerImage - dockerImage: ghcr.io/hasura/ndc-turso:v0.0.15 + dockerImage: ghcr.io/hasura/ndc-turso:v0.0.29 supportedEnvironmentVariables: - name: TURSO_URL description: The url for the Turso database @@ -9,7 +9,7 @@ supportedEnvironmentVariables: commands: update: type: Dockerized - dockerImage: ghcr.io/hasura/ndc-turso:v0.0.15 + dockerImage: ghcr.io/hasura/ndc-turso:v0.0.29 commandArgs: - update dockerComposeWatch: diff --git a/package-lock.json b/package-lock.json index 6b433db..d456e5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ndc-turso", - "version": "0.0.28", + "version": "0.0.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ndc-turso", - "version": "0.0.28", + "version": "0.0.29", "dependencies": { "@hasura/ndc-sdk-typescript": "^5.2.0", "@json-schema-tools/meta-schema": "^1.7.0", diff --git a/package.json b/package.json index ccbc3f6..4ecafd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ndc-turso", - "version": "0.0.28", + "version": "0.0.29", "main": "index.js", "author": "Tristen Harr", "scripts": {