From 3ae4a022eb92cf92e2eba5bcf5583e200c996fac Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 1 Dec 2024 10:04:21 +0000 Subject: Release 2.1.11. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- src/version.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Changes b/docs/Changes index 5f708d3ff..bb6d6ea9c 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.11-git ------------------------- +Anope Version 2.1.11 +-------------------- Added support for database migrations to the mysql module. Added support for renicking users to their UID when enforcing nickname protection. Added support for sending channel URLs to joining users. diff --git a/docs/Changes.conf b/docs/Changes.conf index 8642adb52..3426bb527 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.11-git ------------------------- +Anope Version 2.1.11 +-------------------- Moved module:allowkilimmed from the ns_set module to the ns_set_kill module. Moved nickserv/set/kill and nickserv/saset/kill to the ns_set_kill module. Replaced module:guestnickprefix for the nickserv module with module:guestnick. diff --git a/src/version.sh b/src/version.sh index 3d5005da7..83b69071b 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=11 -VERSION_EXTRA="-git" +VERSION_EXTRA="" -- cgit