diff --git a/CHANGELOG.md b/CHANGELOG.md index 27abd62a..76344889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +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.14.1...HEAD +[Unreleased]: https://github.com/envato/stack_master/compare/v2.15.0...HEAD + +## [2.15.0] - 2024-07-15 + +### Changed + +- Always report at least a small fragment of the backtrace. ([#381]) + +[2.15.0]: https://github.com/envato/stack_master/compare/v2.14.1...v2.15.0 +[#381]: https://github.com/envato/stack_master/pull/381 ## [2.14.1] - 2024-03-07 diff --git a/lib/stack_master/version.rb b/lib/stack_master/version.rb index d7187bba..21fe7274 100644 --- a/lib/stack_master/version.rb +++ b/lib/stack_master/version.rb @@ -1,3 +1,3 @@ module StackMaster - VERSION = "2.14.1" + VERSION = "2.15.0" end