Skip to content

Commit

Permalink
chore(master): release 7.1.1 (#146)
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 Jun 29, 2023
1 parent ee5e43a commit 9d4fb10
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/).

## [7.1.1](https://github.com/terraform-google-modules/terraform-google-memorystore/compare/v7.1.0...v7.1.1) (2023-06-20)


### Bug Fixes

* Change memcached's maintenance_policy duration attribute type. ([#145](https://github.com/terraform-google-modules/terraform-google-memorystore/issues/145)) ([0ab8c11](https://github.com/terraform-google-modules/terraform-google-memorystore/commit/0ab8c1175ca2b50bc3401385f1eb71a508399f93))

## [7.1.0](https://github.com/terraform-google-modules/terraform-google-memorystore/compare/v7.0.0...v7.1.0) (2023-02-27)


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/v7.1.0"
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v7.1.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v7.1.0"
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v7.1.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/v7.1.0"
module_name = "blueprints/terraform/terraform-google-memorystore/v7.1.1"
}

}

0 comments on commit 9d4fb10

Please sign in to comment.