Skip to content

Commit 7508127

Browse files
committed
Release 2.18.0
1 parent ff3b70e commit 7508127

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ 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.18.0...HEAD
14+
15+
## [2.18.0] - 2026-02-02
16+
1317
### Changed
1418

1519
- Improve message when CloudFormation claims there are no changes to apply, even when a template diff is present. ([#398])
@@ -18,7 +22,7 @@ The format is based on [Keep a Changelog], and this project adheres to
1822
- Test on Ruby 4.0 in the CI build ([#399]).
1923
- Minor fixups in gem metadata ([#400]).
2024

21-
[Unreleased]: https://github.com/envato/stack_master/compare/v2.17.1...HEAD
25+
[2.18.0]: https://github.com/envato/stack_master/compare/v2.17.1...v2.18.0
2226
[#396]: https://github.com/envato/stack_master/pull/396
2327
[#397]: https://github.com/envato/stack_master/pull/397
2428
[#398]: https://github.com/envato/stack_master/pull/398

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.1'
2+
VERSION = '2.18.0'
33
end

0 commit comments

Comments
 (0)