diff --git a/backend/internal/changelog/data/changelog.json b/backend/internal/changelog/data/changelog.json index e2f4494..e2b285c 100644 --- a/backend/internal/changelog/data/changelog.json +++ b/backend/internal/changelog/data/changelog.json @@ -1,5 +1,28 @@ { "releases": [ + { + "version": "0.2.0-dev", + "title": "AutoHero — 0.2.0", + "items": [ + "WIPE!", + "Fixed buffs being applied while dead", + "Fixed weapon and armour drops", + "Reduced wandering merchant encounter chance", + "Fixed dead screen", + "Fully reworked combat flow and monster balance", + "New monsters added", + "XP and gold rewards rebalanced", + "New offline digest", + "Updated offline mode", + "Fixed adventure movement and roadside behaviour", + "New quests added", + "Monster and hero gear rebalance", + "You can now buy equipment in the merchant's shop in town", + "Buff adjustments", + "Town visits reworked", + "Something else" + ] + }, { "version": "0.1.1-dev", "title": "AutoHero — 0.1.1", diff --git a/backend/internal/version/version.go b/backend/internal/version/version.go index 1cf8526..94fa8b4 100644 --- a/backend/internal/version/version.go +++ b/backend/internal/version/version.go @@ -3,4 +3,4 @@ package version // Version is the active server build id (shown in /hero/init and admin /info). -const Version = "0.1.1-dev" +const Version = "0.2.0-dev"