diff --git a/sdk/api-gateway-sdk/CHANGELOG.md b/sdk/api-gateway-sdk/CHANGELOG.md index 623595f..355be66 100644 --- a/sdk/api-gateway-sdk/CHANGELOG.md +++ b/sdk/api-gateway-sdk/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/easyops-cn/next-api-sdk/compare/@next-api-sdk/api-gateway-sdk@1.1.2...@next-api-sdk/api-gateway-sdk@1.2.0) (2024-05-09) + +### Features + +- add apis: AuthApi_checkLoginByName, AuthApi_switchOrg, BootstrapStandaloneApi_batchDeleteBootstrapStandaloneCache, CustomAuthConfigApi_createBackendNode, CustomAuthConfigApi_updateBackendNode, SsoApi_validateAccessToken, SsoServerApi_index, SsoServerApi_oauthAccessToken, SsoServerApi_oauthUserInfo ([ab0f39d](https://github.com/easyops-cn/next-api-sdk/commit/ab0f39db29d2fb396af61ad5dd7128325af1c999)) + ## [1.1.2](https://github.com/easyops-cn/next-api-sdk/compare/@next-api-sdk/api-gateway-sdk@1.1.1...@next-api-sdk/api-gateway-sdk@1.1.2) (2023-05-30) **Note:** Version bump only for package @next-api-sdk/api-gateway-sdk diff --git a/sdk/api-gateway-sdk/package.json b/sdk/api-gateway-sdk/package.json index f469282..d272c76 100644 --- a/sdk/api-gateway-sdk/package.json +++ b/sdk/api-gateway-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@next-api-sdk/api-gateway-sdk", - "version": "1.1.2", + "version": "1.2.0", "description": "API SDK for Api Gateway", "homepage": "https://github.com/easyops-cn/next-api-sdk/tree/master/sdk/api-gateway-sdk", "license": "GPL-3.0",