Skip to content

Commit

Permalink
chore(master): release 4.4.1 (#94)
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 Aug 1, 2022
1 parent 20b4c61 commit 0c0dd29
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.1](https://github.com/terraform-google-modules/terraform-google-memorystore/compare/v4.4.0...v4.4.1) (2022-07-20)


### Bug Fixes

* add sensitive true flag to output auth_string ([#93](https://github.com/terraform-google-modules/terraform-google-memorystore/issues/93)) ([20b4c61](https://github.com/terraform-google-modules/terraform-google-memorystore/commit/20b4c61b3d9d29e108d410b171a84f0e297fa744))

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


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.4.0"
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v4.4.1"
}

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

}
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.4.0"
module_name = "blueprints/terraform/terraform-google-memorystore/v4.4.1"
}

}

0 comments on commit 0c0dd29

Please sign in to comment.