diff --git a/CHANGELOG.md b/CHANGELOG.md index 91998110..a3557394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## vNext +- Allow branch name to be given in workflow URLs as a query param: `fetch.branch_name` +- Upgrade Google Cloud Secret Manager Go package to `v1.14.2` (fixes "certificate_config.json: permission denied" error connecting to GCP secret manager) + +## v1.16.0 + - Update signing rotation endpoint for APIs - 403 status codes from the server now return as 403 instead of 500 - Added Superblocks partner ID to the Databricks integration @@ -22,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Include signing algorithm and public key in response from Sign endpoint (`/v1/signature/sign`) - Set errors on responses for all resources that fail to get re-signed during a signature rotation job - Improved error messages in Email Plugin -- Allow branch name to be given in workflow URLs as a query param: `fetch.branch_name` -- Upgrade Google Cloud Secret Manager Go package to `v1.14.2` (fixes "certificate_config.json: permission denied" error connecting to GCP secret manager) ## v1.15.1