diff --git a/Cargo.lock b/Cargo.lock
index 799ac82b8..40dd98842 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1879,7 +1879,7 @@ dependencies = [
[[package]]
name = "kanidm"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"async-h1",
"async-std",
@@ -1944,7 +1944,7 @@ dependencies = [
[[package]]
name = "kanidm_client"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"async-std",
"base64 0.13.0",
@@ -1968,7 +1968,7 @@ dependencies = [
[[package]]
name = "kanidm_proto"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"base32",
"serde",
@@ -1981,7 +1981,7 @@ dependencies = [
[[package]]
name = "kanidm_tools"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"bundy",
"dialoguer",
@@ -2004,7 +2004,7 @@ dependencies = [
[[package]]
name = "kanidm_unix_int"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"async-std",
"bytes",
@@ -2034,7 +2034,7 @@ dependencies = [
[[package]]
name = "kanidmd_web_ui"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"gloo 0.5.0",
"js-sys",
@@ -2323,7 +2323,7 @@ dependencies = [
[[package]]
name = "nss_kanidm"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"kanidm_unix_int",
"lazy_static",
@@ -2476,7 +2476,7 @@ dependencies = [
[[package]]
name = "orca"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"async-std",
"crossbeam",
@@ -2503,7 +2503,7 @@ dependencies = [
[[package]]
name = "pam_kanidm"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
dependencies = [
"kanidm_unix_int",
"libc",
diff --git a/README.md b/README.md
index 7ec926654..fdecb1c15 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
# Kanidm
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 8dad275b3..8577a4a6e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -16,6 +16,23 @@ can help. If you find a bug or issue, we'd love you to report it to our
# Release Notes
+## 2022-01-01 - Kanidm 1.1.0-alpha7
+
+This is the seventh alpha series release of the Kanidm Identity Management
+project. Alpha releases are to help get feedback and ideas from the community
+on how we can continue to make this project better for a future supported release.
+
+### Release Highlights
+
+* Oauth2 scope to group mappings
+* Webauthn subdomain support
+* Oauth2 rfc7662 token introspection
+* Basic OpenID Connect support
+* Improve performance of domain rename
+* Refactor of entry value internals to improve performance
+* Addition of email address attributes
+* Web UI improvements for Oauth2
+
## 2021-10-01 - Kanidm 1.1.0-alpha6
This is the sixth alpha series release of the Kanidm Identity Management
diff --git a/kanidm_client/Cargo.toml b/kanidm_client/Cargo.toml
index 8963fc244..ad90e2c0a 100644
--- a/kanidm_client/Cargo.toml
+++ b/kanidm_client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kanidm_client"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
license = "MPL-2.0"
diff --git a/kanidm_proto/Cargo.toml b/kanidm_proto/Cargo.toml
index 4c5d04748..3330f6a4e 100644
--- a/kanidm_proto/Cargo.toml
+++ b/kanidm_proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kanidm_proto"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
license = "MPL-2.0"
diff --git a/kanidm_tools/Cargo.toml b/kanidm_tools/Cargo.toml
index 73a70b199..7234ab217 100644
--- a/kanidm_tools/Cargo.toml
+++ b/kanidm_tools/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kanidm_tools"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
default-run = "kanidm"
diff --git a/kanidm_unix_int/Cargo.toml b/kanidm_unix_int/Cargo.toml
index fc7c4cbd2..21cdbc6bf 100644
--- a/kanidm_unix_int/Cargo.toml
+++ b/kanidm_unix_int/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kanidm_unix_int"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
license = "MPL-2.0"
diff --git a/kanidm_unix_int/nss_kanidm/Cargo.toml b/kanidm_unix_int/nss_kanidm/Cargo.toml
index 59f8279f5..9ac3d3d2a 100644
--- a/kanidm_unix_int/nss_kanidm/Cargo.toml
+++ b/kanidm_unix_int/nss_kanidm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nss_kanidm"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
diff --git a/kanidm_unix_int/pam_kanidm/Cargo.toml b/kanidm_unix_int/pam_kanidm/Cargo.toml
index 54a61f382..715b9b08f 100644
--- a/kanidm_unix_int/pam_kanidm/Cargo.toml
+++ b/kanidm_unix_int/pam_kanidm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pam_kanidm"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
diff --git a/kanidmd/Cargo.toml b/kanidmd/Cargo.toml
index 05f99e0b5..f4eb1680e 100644
--- a/kanidmd/Cargo.toml
+++ b/kanidmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kanidm"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
license = "MPL-2.0"
diff --git a/kanidmd/src/lib/constants/mod.rs b/kanidmd/src/lib/constants/mod.rs
index 92eb94653..134e65397 100644
--- a/kanidmd/src/lib/constants/mod.rs
+++ b/kanidmd/src/lib/constants/mod.rs
@@ -13,7 +13,7 @@ pub use crate::constants::system_config::*;
pub use crate::constants::uuids::*;
// Increment this as we add new schema types and values!!!
-pub const SYSTEM_INDEX_VERSION: i64 = 19;
+pub const SYSTEM_INDEX_VERSION: i64 = 20;
// On test builds, define to 60 seconds
#[cfg(test)]
pub const PURGE_FREQUENCY: u64 = 60;
diff --git a/kanidmd_web_ui/Cargo.toml b/kanidmd_web_ui/Cargo.toml
index 1d2067c3a..4cb2f9e68 100644
--- a/kanidmd_web_ui/Cargo.toml
+++ b/kanidmd_web_ui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kanidmd_web_ui"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
license = "MPL-2.0"
diff --git a/orca/Cargo.toml b/orca/Cargo.toml
index 6155d9e52..0d79b9052 100644
--- a/orca/Cargo.toml
+++ b/orca/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "orca"
-version = "1.1.0-alpha.6"
+version = "1.1.0-alpha.7"
authors = ["William Brown "]
edition = "2018"
license = "MPL-2.0"