Skip to content

Commit

Permalink
Merge pull request #6 from entur/release-please--branches--master--co…
Browse files Browse the repository at this point in the history
…mponents--release

chore(master): release 1.1.0
  • Loading branch information
upendra-vedullapalli authored Oct 19, 2022
2 parents 738fc68 + 245e19d commit 35ac010
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/entur/terraform-aiven-kafka-connect-init/compare/v1.0.2...v1.1.0) (2022-10-19)


### Features

* Add code owners file ([19678e7](https://github.com/entur/terraform-aiven-kafka-connect-init/commit/19678e79114e826839201c92e85ffd1cf5cc908c))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Produces a variety of useful outputs based on few inputs.

```
module "init" {
source = "github.com/entur/terraform-aiven-kafka-connect-init//modules/init?ref=v1.0.2"
source = "github.com/entur/terraform-aiven-kafka-connect-init//modules/init?ref=v1.1.0"
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/init/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

variable "api_token" {}
module "init" {
source = "github.com/entur/terraform-aiven-kafka-connect-init/modules/init?ref=v1.0.2"
source = "github.com/entur/terraform-aiven-kafka-connect-init/modules/init?ref=v1.1.0"
access_token = var.api_token
project_name = "my-aiven-project-name"
service_name = "my-aiven-service-name"
Expand Down

0 comments on commit 35ac010

Please sign in to comment.