diff --git a/CHANGELOG.md b/CHANGELOG.md index 71709767..99471b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.6.1](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.6.0...v3.6.1) (2022-11-28) + + +### Bug Fixes + +* **auth:** new IAM auth grpc service per token update ([341872a](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/341872abf300c27fd2d9d91703d8d2ebd94cfe68)) + ## [3.6.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.5.0...v3.6.0) (2022-11-21) diff --git a/package-lock.json b/package-lock.json index e5d942df..c706e001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "3.6.0", + "version": "3.6.1", "license": "Apache", "dependencies": { "@grpc/grpc-js": "^1.5.3", diff --git a/package.json b/package.json index 2279ca91..b5c67594 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.6.0", + "version": "3.6.1", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/src/index.js", "module": "build/esm/src/index.js",