diff --git a/CHANGELOG.md b/CHANGELOG.md index eff17dd..612d7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This changelog documents the changes between release versions. ## [Unreleased] Changes to be included in the next upcoming release +## [1.18.0] - 2026-02-04 +- Update Connector `Dockerfile` definitions for CVE patching ([#62](https://github.com/hasura/ndc-nodejs-lambda/pull/62)) + ## [1.17.0] - 2026-01-23 - Updated the NDC TypeScript SDK to v8.3.0 ([#61](https://github.com/hasura/ndc-nodejs-lambda/pull/61)) - Logging of requests, responses and errors has been improved to include the collection/operation name if available diff --git a/ndc-lambda-sdk/package.json b/ndc-lambda-sdk/package.json index b74e16f..3edf7bc 100644 --- a/ndc-lambda-sdk/package.json +++ b/ndc-lambda-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@hasura/ndc-lambda-sdk", - "version": "1.17.0", + "version": "1.18.0", "description": "SDK that can automatically expose TypeScript functions as Hasura NDC functions/procedures", "author": "Hasura", "license": "Apache-2.0",