Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 30, 2023
1 parent 0ef4fa3 commit bb95027
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit bb95027

Please sign in to comment.