Skip to content

Commit 301709a

Browse files
committed
Release 2.17.1
1 parent 2906cdc commit 301709a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ The format is based on [Keep a Changelog], and this project adheres to
1010

1111
## [Unreleased]
1212

13+
[Unreleased]: https://github.com/envato/stack_master/compare/v2.17.1...HEAD
14+
15+
## [2.17.1] - 2025-12-19
16+
1317
### Changed
1418

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

18-
[Unreleased]: https://github.com/envato/stack_master/compare/v2.17.0...HEAD
22+
[2.17.1]: https://github.com/envato/stack_master/compare/v2.17.0...v2.17.1
1923
[#394]: https://github.com/envato/stack_master/pull/394
2024
[#393]: https://github.com/envato/stack_master/pull/393
2125

@@ -30,6 +34,9 @@ group_id:
3034
sso_group_id: "us-east-1:d-123456bf8/SSO Group Display Name"
3135
```
3236
37+
[2.17.0]: https://github.com/envato/stack_master/compare/v2.16.0...v2.17.0
38+
[#390]: https://github.com/envato/stack_master/pull/390
39+
3340
## [2.16.0] - 2024-08-01
3441
3542
### Added

lib/stack_master/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StackMaster
2-
VERSION = "2.17.0"
2+
VERSION = "2.17.1"
33
end

0 commit comments

Comments
 (0)