Skip to content

Commit

Permalink
chore(master): release 4.4.0 (#90)
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 Jul 6, 2022
1 parent 3fcdba5 commit 9ee1c5a
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 @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [4.4.0](https://github.com/terraform-google-modules/terraform-google-memorystore/compare/v4.3.0...v4.4.0) (2022-06-28)


### Features

* added replica_count and replicas_mode functionality ([#88](https://github.com/terraform-google-modules/terraform-google-memorystore/issues/88)) ([3fcdba5](https://github.com/terraform-google-modules/terraform-google-memorystore/commit/3fcdba540997abb0ddef3826e97b3c397daf038e))

## [4.3.0](https://github.com/terraform-google-modules/terraform-google-memorystore/compare/v4.2.0...v4.3.0) (2022-04-13)


Expand Down
4 changes: 2 additions & 2 deletions modules/memcache/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-memorystore:memcache/v4.3.0"
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v4.4.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v4.3.0"
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v4.4.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-memorystore/v4.3.0"
module_name = "blueprints/terraform/terraform-google-memorystore/v4.4.0"
}

}

0 comments on commit 9ee1c5a

Please sign in to comment.