diff --git a/CHANGELOG.md b/CHANGELOG.md index cd87ad98..d70e7e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## [v1.82.0](https://github.com/wanderer-industries/wanderer/compare/v1.81.15...v1.82.0) (2025-10-15) + + + + +### Features: + +* Core: Added an ability to copy/paste selected map area between maps + +### Bug Fixes: + +* Map: Add ability to copy and past systems (UI part) + ## [v1.81.15](https://github.com/wanderer-industries/wanderer/compare/v1.81.14...v1.81.15) (2025-10-15) diff --git a/mix.exs b/mix.exs index 8cf1d76c..bf95ff97 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule WandererApp.MixProject do @source_url "https://github.com/wanderer-industries/wanderer" - @version "1.81.15" + @version "1.82.0" def project do [