Skip to content

Commit

Permalink
chore(main): release 3.6.1 (#40)
Browse files Browse the repository at this point in the history
* chore(main): release 3.6.1

* fix version to be correct

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Nelson <[email protected]>
  • Loading branch information
github-actions[bot] and illegalnumbers authored Oct 9, 2023
1 parent 70922ee commit aedbb35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.6.1](https://github.com/streamnative/terraform-managed-cloud/compare/v3.6.0...v3.6.1) (2023-10-09)


### Bug Fixes

* typo in bootstrap template ([#39](https://github.com/streamnative/terraform-managed-cloud/issues/39)) ([70922ee](https://github.com/streamnative/terraform-managed-cloud/commit/70922ee89eaa27f88994cd9496f1b39f1790eef3))

## [3.6.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.5.0...v3.6.0) (2023-10-09)


Expand Down
2 changes: 1 addition & 1 deletion modules/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

variable "sn_policy_version" {
description = "The value of SNVersion tag"
default = "3.7.0" # x-release-please-version
default = "3.6.1" # x-release-please-version
type = string
}

Expand Down

0 comments on commit aedbb35

Please sign in to comment.