diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cbc4ae1f7..2f87bf30f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "packages/core": "3.13.1", "packages/codmod": "3.0.0", "packages/elasticsearch": "3.2.7", - "packages/gcp": "3.4.1", + "packages/gcp": "3.4.2", "packages/google-auth": "3.1.11", "packages/graphql": "3.8.1", "packages/hawk": "3.3.11", diff --git a/packages/gcp/CHANGELOG.md b/packages/gcp/CHANGELOG.md index ebf314a5f..909e60610 100644 --- a/packages/gcp/CHANGELOG.md +++ b/packages/gcp/CHANGELOG.md @@ -108,6 +108,13 @@ * @webda/async bumped from ^3.5.1 to ^3.5.2 * @webda/shell bumped from ^3.9.1 to ^3.9.2 +## [3.4.2](https://github.com/loopingz/webda.io/compare/gcp-v3.4.1...gcp-v3.4.2) (2024-01-18) + + +### Bug Fixes + +* use base64 for gcp encrypted kms ([ac44466](https://github.com/loopingz/webda.io/commit/ac444666dca398ad8b8c0143ed1becc611378b17)) + ## [3.4.0](https://github.com/loopingz/webda.io/compare/gcp-v3.3.0...gcp-v3.4.0) (2024-01-16) diff --git a/packages/gcp/package.json b/packages/gcp/package.json index cf5bd16c8..3ea42e18d 100644 --- a/packages/gcp/package.json +++ b/packages/gcp/package.json @@ -1,6 +1,6 @@ { "name": "@webda/gcp", - "version": "3.4.1", + "version": "3.4.2", "description": "Webda GCP Services implementation", "main": "lib/index.js", "scripts": {