Skip to content

Commit 36b3fe8

Browse files
authored
Release 2.16.0 (#387)
1 parent c8d95df commit 36b3fe8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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.15.0...HEAD
13+
[Unreleased]: https://github.com/envato/stack_master/compare/v2.16.0...HEAD
14+
15+
## [2.16.0] - 2024-08-01
16+
17+
### Added
18+
19+
- Resolve parameters from stack outputs with non-camel-case names ([#386])
20+
21+
[2.16.0]: https://github.com/envato/stack_master/compare/v2.15.0...v2.16.0
22+
[#386]: https://github.com/envato/stack_master/pull/386
1423

1524
## [2.15.0] - 2024-07-15
1625

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

0 commit comments

Comments
 (0)