From 6e99739bef40fc57ff105d065c6ca1c019538963 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Tue, 9 Dec 2025 09:04:32 -0800 Subject: [PATCH] v1.2.0 release --- CHANGELOG.md | 5 ++++- src/plugin.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2445702..14069ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2025-12-09 + ### Minor - Logo assets with logo.pxd and logo.webp files - Admin user functionality - first registered user automatically becomes administrator @@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Session management - User directory and search functionality -[Unreleased]: https://github.com/MeshEnvy/lobbs/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/MeshEnvy/lobbs/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/MeshEnvy/lobbs/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/MeshEnvy/lobbs/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/MeshEnvy/lobbs/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/MeshEnvy/lobbs/compare/v1.0.0...v1.0.1 diff --git a/src/plugin.h b/src/plugin.h index aa0a554..8006e30 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,6 +1,6 @@ #pragma once -#define LOBBS_VERSION "1.1.1" +#define LOBBS_VERSION "1.2.0" #define LOBBS_HEADER "LoBBS v" LOBBS_VERSION "\nCommands:\n" #include "LoBBSModule.h"