From a16e9e47b46ac881a15cfbf4788e91f881b886c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Mon, 15 Jul 2024 12:39:49 +1000 Subject: [PATCH] Version 2.15.0 --- CHANGELOG.md | 11 ++++++++++- lib/stack_master/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) 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