diff --git a/packages/google_workspace/_dev/build/docs/README.md b/packages/google_workspace/_dev/build/docs/README.md index 983a87511a4..5730d044a08 100644 --- a/packages/google_workspace/_dev/build/docs/README.md +++ b/packages/google_workspace/_dev/build/docs/README.md @@ -1,6 +1,6 @@ # Google Workspace Integration -The Google Workspace integration collects and parses data from the different Google Workspace audit reports APIs. +The Google Workspace integration collects and parses data from the different [Google Workspace audit reports APIs](https://developers.google.com/admin-sdk/reports). ## Compatibility diff --git a/packages/google_workspace/changelog.yml b/packages/google_workspace/changelog.yml index 080f3c9a752..c882d34fd7b 100644 --- a/packages/google_workspace/changelog.yml +++ b/packages/google_workspace/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: update readme + type: enhancement + link: https://github.com/elastic/integrations/pull/3107 - version: "1.5.0" changes: - description: Allow to set credentials directly in the config. diff --git a/packages/google_workspace/docs/README.md b/packages/google_workspace/docs/README.md index acfa620a719..da6e9afe133 100644 --- a/packages/google_workspace/docs/README.md +++ b/packages/google_workspace/docs/README.md @@ -1,6 +1,6 @@ # Google Workspace Integration -The Google Workspace integration collects and parses data from the different Google Workspace audit reports APIs. +The Google Workspace integration collects and parses data from the different [Google Workspace audit reports APIs](https://developers.google.com/admin-sdk/reports). ## Compatibility diff --git a/packages/google_workspace/manifest.yml b/packages/google_workspace/manifest.yml index 77b1ab10bc8..5fb6f620f84 100644 --- a/packages/google_workspace/manifest.yml +++ b/packages/google_workspace/manifest.yml @@ -1,6 +1,6 @@ name: google_workspace title: Google Workspace Audit Reports -version: 1.5.0 +version: 1.5.1 release: ga description: Collect audit reports from Google Workspaces with Elastic Agent. type: integration