From d0ce303b266aeea6cddc2abc77e124184da8269c Mon Sep 17 00:00:00 2001 From: Dawson Date: Sun, 3 May 2026 14:29:14 -0400 Subject: [PATCH] Bumping version to 1.10.1.2 --- CHANGELOG.md | 8 ++++++++ build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1e4fc..bc85553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.10.1.2] 2026-05-03 + +### Fixed +- Kick spam on non-cached VPN detection events. + +### Changed +- Project cleanup and performance improvements. + ## [1.10.1.1] 2026-04-29 ### Fixed diff --git a/build.gradle b/build.gradle index a66dbf3..52c8708 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ def aggregateTestProjects = [ allprojects { group = 'dev.brighten.antivpn' - version = '1.10.1.1' + version = '1.10.1.2' repositories { maven { url 'https://repo.papermc.io/repository/maven-public/' }