From c241aef61f908708f86118b34d73970116aa27ca Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:13:42 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 12 ++++++++++++ versions.tf | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a4490..07a3858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +## 0.1.0 (2023-06-30) + + +### Features + +* added README.md ([66ce9ba](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/66ce9ba5457b6278981fe0f5adda865b44e9d93c)) +* adds BQ file ([acdc411](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/acdc411c5424cd4e06217db84dcf863dd7b23ec2)) +* adds Vision OCR ([7f22f33](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/7f22f33c3ec4d853f53d99bb7ca048f829fb3a49)) +* changes to address service test ([3433aa0](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/3433aa0cbec9c0d3f610c23d3d8d64d179517e76)) +* upload and refactor of code ([19530e3](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/19530e3e4875e66a8511e257fe92d826a5de6a45)) +* wired up services to function ([f27e726](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/f27e726dc657b6f1bf43b430c6190628f890b7e8)) + ## [0.1.0](https://github.com/terraform-google-modules/terraform-google-gen-ai-document-summarization/releases/tag/v0.1.0) - 20XX-YY-ZZ ### Features diff --git a/versions.tf b/versions.tf index 8ffd2db..50a77fa 100644 --- a/versions.tf +++ b/versions.tf @@ -24,7 +24,7 @@ terraform { } provider_meta "google" { - module_name = "blueprints/terraform/gen-ai-document-summarization/v0.0.1" + module_name = "blueprints/terraform/gen-ai-document-summarization/v0.1.0" } backend "gcs" {