From cc412e93c040fbca03581da1a16403a762d01d9d Mon Sep 17 00:00:00 2001 From: CI Date: Sun, 13 Oct 2024 10:18:23 +0000 Subject: [PATCH] chore: release version v1.10.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136dab81..504c3fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [v1.10.0](https://github.com/wanderer-industries/wanderer/compare/v1.9.0...v1.10.0) (2024-10-13) + + + + +### Features: + +* Map: Link signature on splash + ## [v1.9.0](https://github.com/wanderer-industries/wanderer/compare/v1.8.0...v1.9.0) (2024-10-13) diff --git a/mix.exs b/mix.exs index e628f3e8..180e526f 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule WandererApp.MixProject do use Mix.Project @source_url "https://github.com/wanderer-industries/wanderer" - @version "1.9.0" + @version "1.10.0" def project do [