This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 87b3e5f69 [release] Apache Shiro 2.1.0 (#294)
87b3e5f69 is described below

commit 87b3e5f6948c2a88b85409551673025de3a2de6c
Author: François Papon <[email protected]>
AuthorDate: Sun Feb 8 17:37:46 2026 +0100

    [release] Apache Shiro 2.1.0 (#294)
---
 .../blog/2026/02/apache-shiro-210-released.adoc    | 56 ++++++++++++++++++++++
 src/site/data/releases.yaml                        | 27 ++++++++++-
 2 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/src/site/content/blog/2026/02/apache-shiro-210-released.adoc 
b/src/site/content/blog/2026/02/apache-shiro-210-released.adoc
new file mode 100644
index 000000000..b3fc72584
--- /dev/null
+++ b/src/site/content/blog/2026/02/apache-shiro-210-released.adoc
@@ -0,0 +1,56 @@
+////
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+////
+
+= 2.1.0 available
+:jbake-author: Francois Papon
+:jbake-date: 2026-02-08 00:00:00
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, release
+:idprefix:
+:icons: font
+
+The Apache Shiro team is pleased to announce the release of Apache Shiro 
version 2.1.0.
+
+This release is available for download now.
+
+== Release Highlights
+
+This is a maintenance release that includes several bug fixes, improvements 
and dependency updates. It is recommended for all users to upgrade to this 
version.
+
+We have new contributors!
+
+* https://github.com/celikfatih[@celikfatih]
+* https://github.com/haster[@haster]
+
+== All changes
+
+You can learn more on 
link:https://github.com/apache/shiro/releases/tag/shiro-root-2.1.0[GitHub, 
Release 2.1.0].
+
+== Download
+
+Download and verification instructions are available link:/download.html[on 
our download page].
+
+== Documentation
+
+For more information on link:/documentation.html[Shiro, please read the 
documentation.]
+
+Enjoy!
+
+The Apache Shiro Team
diff --git a/src/site/data/releases.yaml b/src/site/data/releases.yaml
index 23d9d8555..94731b0f8 100644
--- a/src/site/data/releases.yaml
+++ b/src/site/data/releases.yaml
@@ -1,12 +1,14 @@
 ---
 # for each release, update this variable with the latest version.
-latestRelease: "2.0.6"
+latestRelease: "2.1.0"
 # for each alpha release, update this variable with the latest alpha version.
 # it can be dropped after shiro 2 goes final.
 latestAlphaRelease: "2.0.0-alpha-4"
 
 # also add or replace the latest version here.
 versionInfo:
+  '2.1.0':
+    releaseDate: 2026-02-08
   '2.0.6':
     releaseDate: 2025-11-07
   '2.0.5':
@@ -338,3 +340,26 @@ releases:
       - shiroHasher
     hashes:
       - sha512
+
+  shiro21x:
+    version: 2.1.0
+    artifacts:
+      - shiroCore
+      - shiroWeb
+      - shiroServletPlugin
+      - shiroCDI
+      - shiroJakartaEE
+      - shiroJaxrs
+      - shiroAspectJ
+      - shiroCas
+      - shiroEhCache
+      - shiroHazelcast
+      - shiroFeatures
+      - shiroGuice
+      - shiroQuartz
+      - shiroSpring
+      - shiroSpringBoot
+      - shiroSpringBootWeb
+      - shiroHasher
+    hashes:
+      - sha512

Reply via email to