diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a00c8a..fef19f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.0] - 2024-12-07 + +### Added + +- Ability to play any demon difficulty +- Ability to refresh if an error occurs + +### Fixed + +- Save data bug + ## [3.0.2] - 2024-12-05 ### Fixed diff --git a/mod.json b/mod.json index 27c5335..e21c329 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "android": "2.2074", "mac": "2.2074" }, - "version": "v3.0.2", + "version": "v3.1.0", "id": "spaghettdev.gd-roulette", "name": "GD-Roulette", "developer": "SpaghettDev",