Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ The format is based on [Keep a Changelog], and this project adheres to

## [Unreleased]

[Unreleased]: https://github.com/envato/stack_master/compare/v2.17.1...HEAD

## [2.17.1] - 2025-12-19

### Changed

- Always treat default parameter values from CloudFormation templates as strings. Avoids erroneous diffs being presented. ([#394])
- Resolve layout issues identified by RuboCop ([#393])

[Unreleased]: https://github.com/envato/stack_master/compare/v2.17.0...HEAD
[2.17.1]: https://github.com/envato/stack_master/compare/v2.17.0...v2.17.1
[#394]: https://github.com/envato/stack_master/pull/394
[#393]: https://github.com/envato/stack_master/pull/393

Expand All @@ -30,6 +34,9 @@ group_id:
sso_group_id: "us-east-1:d-123456bf8/SSO Group Display Name"
```

[2.17.0]: https://github.com/envato/stack_master/compare/v2.16.0...v2.17.0
[#390]: https://github.com/envato/stack_master/pull/390

## [2.16.0] - 2024-08-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/stack_master/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StackMaster
VERSION = "2.17.0"
VERSION = "2.17.1"
end