Skip to content

Commit e723725

Browse files
authored
Merge pull request #385 from envato/viraptor/2.15.0
Version 2.15.0
2 parents 143d627 + a16e9e4 commit e723725

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.14.1...HEAD
13+
[Unreleased]: https://github.com/envato/stack_master/compare/v2.15.0...HEAD
14+
15+
## [2.15.0] - 2024-07-15
16+
17+
### Changed
18+
19+
- Always report at least a small fragment of the backtrace. ([#381])
20+
21+
[2.15.0]: https://github.com/envato/stack_master/compare/v2.14.1...v2.15.0
22+
[#381]: https://github.com/envato/stack_master/pull/381
1423

1524
## [2.14.1] - 2024-03-07
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.14.1"
2+
VERSION = "2.15.0"
33
end

0 commit comments

Comments
 (0)