Skip to content

Commit f8b368c

Browse files
authored
Merge pull request #373 from envato/release-2.13.3
Release 2.13.3
2 parents 0e8e613 + 189986f commit f8b368c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,29 @@ 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.13.3...HEAD
14+
15+
## [2.13.3] - 2023-02-01
16+
1317
### Added
1418

15-
- Test on Ruby 3.0 and 3.1 in the CI build ([#366]).
19+
- Test on Ruby 3.0, 3.1, and 3.2 in the CI build ([#366], [#372]).
1620

1721
### Changed
1822

1923
- Pass an options hash to the AWS SDK, instead of keyword arguments ([#371]).
24+
- Widen the version constraint on the `cfn-nag` runtime dependency ([#364]).
25+
Allow >= 0.6.7 and < 0.9.0.
26+
27+
### Fixed
28+
29+
- Resolve Ruby deprecation: replace `File.exists?` with `File.exist?` ([#372]).
2030

21-
[Unreleased]: https://github.com/envato/stack_master/compare/v2.13.2...HEAD
31+
[2.13.3]: https://github.com/envato/stack_master/compare/v2.13.2...v2.13.3
32+
[#364]: https://github.com/envato/stack_master/pull/364
2233
[#366]: https://github.com/envato/stack_master/pull/366
2334
[#371]: https://github.com/envato/stack_master/pull/371
35+
[#372]: https://github.com/envato/stack_master/pull/372
2436

2537
## [2.13.2] - 2022-01-25
2638

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.13.2"
2+
VERSION = "2.13.3"
33
end

0 commit comments

Comments
 (0)