From 301709afa8702dcd06ce0c2049d3864c470ff0ae Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:05:50 +0700 Subject: [PATCH] Release 2.17.1 --- CHANGELOG.md | 9 ++++++++- lib/stack_master/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81529fff..da098b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/stack_master/version.rb b/lib/stack_master/version.rb index 92d0bac8..81a1d5b5 100644 --- a/lib/stack_master/version.rb +++ b/lib/stack_master/version.rb @@ -1,3 +1,3 @@ module StackMaster - VERSION = "2.17.0" + VERSION = "2.17.1" end