diff --git a/packages/clients/CHANGELOG.md b/packages/clients/CHANGELOG.md index 7a539dd9a..876958008 100644 --- a/packages/clients/CHANGELOG.md +++ b/packages/clients/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.42.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.41.0...@scaleway/sdk@1.42.0) (2023-11-06) + +### Features + +- **secret_manager:** add edge_services product ([#976](https://github.com/scaleway/scaleway-sdk-js/issues/976)) ([1220dc0](https://github.com/scaleway/scaleway-sdk-js/commit/1220dc09432ac94cea5b5e254e6f699547bb44d6)) +- **serverless_jobs:** generate SDKs ([#974](https://github.com/scaleway/scaleway-sdk-js/issues/974)) ([97e1175](https://github.com/scaleway/scaleway-sdk-js/commit/97e1175551f8291cf1636f0b671fc723ae1a20b0)) + ## [1.41.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.40.0...@scaleway/sdk@1.41.0) (2023-11-02) ### Features diff --git a/packages/clients/package.json b/packages/clients/package.json index 03f1cbc92..b74432756 100644 --- a/packages/clients/package.json +++ b/packages/clients/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/sdk", - "version": "1.41.0", + "version": "1.42.0", "license": "Apache-2.0", "description": "Scaleway SDK.", "keywords": [ diff --git a/packages/clients/src/scw/constants.ts b/packages/clients/src/scw/constants.ts index 82cc6245d..506024456 100644 --- a/packages/clients/src/scw/constants.ts +++ b/packages/clients/src/scw/constants.ts @@ -1,3 +1,3 @@ -export const version = 'v1.41.0' +export const version = 'v1.42.0' export const userAgent = `scaleway-sdk-js/${version}`