From f767e42e6fd491e2d0231ec35f7bfebb97f8b552 Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 4 Oct 2024 21:56:47 +0000 Subject: [PATCH] chore: release version v1.2.5 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7398f89f..51f1803e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [v1.2.5](https://github.com/wanderer-industries/wanderer/compare/v1.2.4...v1.2.5) (2024-10-04) + + + + +### Bug Fixes: + +* Core: Add system "true security" correction + ## [v1.2.4](https://github.com/wanderer-industries/wanderer/compare/v1.2.3...v1.2.4) (2024-10-03) diff --git a/mix.exs b/mix.exs index 747d9d15..e7916806 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.2.4" + @version "1.2.5" def project do [