diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a3c3dc..d0a2d952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.8.1 (2024-05-31) + +## What's Changed +* Make release tags without prefix `v` by @lotyp in https://github.com/buggregator/trap/pull/107 + + +**Full Changelog**: https://github.com/buggregator/trap/compare/1.8.0...1.8.1 + ## 1.8.0 (2024-05-29) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 3800c069..064e56a8 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.8.1" }