From 78eefcd6a71ec2d6b6071b10f37058f0bddc5c67 Mon Sep 17 00:00:00 2001 From: CI Date: Sat, 8 Feb 2025 11:03:09 +0000 Subject: [PATCH] chore: release version v1.46.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748bb03d..d519ba82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [v1.46.0](https://github.com/wanderer-industries/wanderer/compare/v1.45.5...v1.46.0) (2025-02-08) + + + + +### Features: + +* Added WANDERER_RESTRICT_MAPS_CREATION env support + ## [v1.45.5](https://github.com/wanderer-industries/wanderer/compare/v1.45.4...v1.45.5) (2025-02-07) diff --git a/mix.exs b/mix.exs index 823efc32..cb0990d2 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.45.5" + @version "1.46.0" def project do [