Skip to content

Commit

Permalink
chore(master): release 2.3.0 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jan 12, 2023
1 parent c738595 commit 7270bc4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0](https://github.com/terraform-google-modules/terraform-google-healthcare/compare/v2.2.1...v2.3.0) (2022-12-29)


### Features

* Add fhir notification configs ([#59](https://github.com/terraform-google-modules/terraform-google-healthcare/issues/59)) ([5aafd38](https://github.com/terraform-google-modules/terraform-google-healthcare/commit/5aafd3842b33700397fec2d85418e54d6b306491))

### [2.2.1](https://github.com/terraform-google-modules/terraform-google-healthcare/compare/v2.2.0...v2.2.1) (2022-05-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
```hcl
module "healthcare" {
source = "terraform-google-modules/healthcare/google"
version = "~> 1.2"
version = "~> 2.3"
project = "<PROJECT_ID>"
name = "example-dataset"
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-healthcare/v2.2.1"
module_name = "blueprints/terraform/terraform-google-healthcare/v2.3.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-healthcare/v2.2.1"
module_name = "blueprints/terraform/terraform-google-healthcare/v2.3.0"
}

}

0 comments on commit 7270bc4

Please sign in to comment.