diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4eb09a9c..17592c66 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ junit-jupiter = "5.8.2" # internal emerge-gradle-plugin = "2.2.2" -emerge-peformance = "2.1.1" +emerge-peformance = "2.1.2" emerge-snapshots = "0.8.5" [plugins] diff --git a/performance/CHANGELOG.md b/performance/CHANGELOG.md index 7abee8ab..7e8d238d 100644 --- a/performance/CHANGELOG.md +++ b/performance/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.2 - 2024-05-07 + +### Fixed + +- Show stack trace when local performance tests throw errors. [#134](https://github.com/EmergeTools/emerge-android/pull/134). + + ## 2.1.1 - 2023-09-13 ### Fixed