Skip to content

Commit

Permalink
Merge pull request #15 from entur/release-please--branches--master--c…
Browse files Browse the repository at this point in the history
…omponents--release

chore(master): release 0.2.1
  • Loading branch information
upendra-vedullapalli committed Jun 14, 2023
2 parents 378e2c0 + 3151ff2 commit 812eb07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/entur/terraform-aiven-kafka-connect-bigquery-sink/compare/v0.2.0...v0.2.1) (2023-06-14)


### Bug Fixes

* using init module v1.1.4 ([17ce1c6](https://github.com/entur/terraform-aiven-kafka-connect-bigquery-sink/commit/17ce1c6a8cb62050e702dbc2fe29c5ffc66e4ed9))

## [0.2.0](https://github.com/entur/terraform-aiven-kafka-connect-bigquery-sink/compare/v0.1.3...v0.2.0) (2023-03-25)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ And you need a service account that has BigQueryEditor access to be able to crea

```
module "bigquery-sink" {
source = "github.com/entur/terraform-aiven-kafka-connect-bigquery-sink//modules/bigquery-sink?ref=v0.2.0"
source = "github.com/entur/terraform-aiven-kafka-connect-bigquery-sink//modules/bigquery-sink?ref=v0.2.1"
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "init" {
# ci: x-release-please-start-version

module "bigquery-sink" {
source = "github.com/entur/terraform-aiven-kafka-connect-bigquery-sink//modules/bigquery-sink?ref=v0.2.0"
source = "github.com/entur/terraform-aiven-kafka-connect-bigquery-sink//modules/bigquery-sink?ref=v0.2.1"
init = module.init
connector_name = "my-connector-name"
bigquery_project_name = "my-bigquery-project-name"
Expand Down

0 comments on commit 812eb07

Please sign in to comment.