We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f8b97 commit 3e564dcCopy full SHA for 3e564dc
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [3.2.2] - 2023-03-03
8
+
9
+- Fix Basic Authentication Middleware registration.
10
11
## [3.2.1] - 2022-11-28
12
13
- Minor changes to plugin documentation.
updates/version.yaml
@@ -16,3 +16,4 @@ v3.0.2:
16
v3.1.0: "Add October CMS 3.x to supported versions."
17
v3.2.0: "Basic Authentication added to October CMS backend routes."
18
v3.2.1: "Minor changes to plugin documentation."
19
+v3.2.2: "Fix Basic Authentication Middleware registration."
0 commit comments