Skip to content

Commit 1375263

Browse files
chore(master): release 0.12.1 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c37f85e commit 1375263

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ ENHANCEMENTS:
44

55
* Add Renovate
66

7+
## [0.12.1](https://github.com/lgallard/terraform-aws-secrets-manager/compare/0.12.0...0.12.1) (2025-06-08)
8+
9+
10+
### Bug Fixes
11+
12+
* Add tag-separator configuration to ensure Release Please creates tags without prefixes ([#65](https://github.com/lgallard/terraform-aws-secrets-manager/issues/65)) ([c37f85e](https://github.com/lgallard/terraform-aws-secrets-manager/commit/c37f85e1b2d7660c7415e67bc0c3f44a82c55fc5))
13+
714
## [0.12.0](https://github.com/lgallard/terraform-aws-secrets-manager/compare/0.11.5...0.12.0) (2025-06-08)
815

916

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= v0.12.0"
2+
required_version = ">= v0.12.1"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)