From a20117c8b28fa4189bf1c5790c1cff691589e549 Mon Sep 17 00:00:00 2001 From: Alexander Akulich <akulichalexander@gmail.com> Date: Wed, 28 Aug 2024 00:00:41 +0300 Subject: [PATCH] Release v1.5.3 --- CHANGELOG.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339e979c6..7fd12336a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## InfclassR v1.5.3 - 2024-08-27 +Hotfix: +- Fixed infected player could fire as human during the tick of infection + ## InfclassR v1.5.2 - 2024-08-23 Fixes: diff --git a/CMakeLists.txt b/CMakeLists.txt index 71e464a75..158750c83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15...3.29) project(InfclassR - VERSION 1.5.2 + VERSION 1.5.3 ) set(VERSION_SUFFIX "")