diff --git a/build.gradle b/build.gradle
index 5e9d65dea0..f468fa1f3f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,7 +37,7 @@ plugins {
buildDir = 'gradle-build'
ext {
- securityPluginVersion = '1.2.2.0'
+ securityPluginVersion = '1.2.3.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}
@@ -67,7 +67,7 @@ ospackage {
user 'root'
permissionGroup 'root'
- requires('opensearch-oss', "1.2.2", EQUAL)
+ requires('opensearch-oss', "1.2.3", EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
diff --git a/plugin-descriptor.properties b/plugin-descriptor.properties
index f878ea1f7b..31fe1f0e82 100644
--- a/plugin-descriptor.properties
+++ b/plugin-descriptor.properties
@@ -3,7 +3,7 @@
description=Provide access control related features for OpenSearch 1.0.0
#
# 'version': plugin's version
-version=1.2.2.0-SNAPSHOT
+version=1.2.3.0-SNAPSHOT
#
# 'name': the plugin name
name=opensearch-security
@@ -24,4 +24,4 @@ java.version=1.8
# OpenSearch release. This version is checked when the plugin
# is loaded so OpenSearch will refuse to start in the presence of
# plugins with the incorrect opensearch.version.
-opensearch.version=1.2.2
+opensearch.version=1.2.3
diff --git a/pom.xml b/pom.xml
index 2bf522e6c9..8c62f7857a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
org.opensearch
opensearch-security
jar
- 1.2.2.0-SNAPSHOT
+ 1.2.3.0-SNAPSHOT
OpenSearch Security
OpenSearch Security
https://github.com/opensearch-project/security
@@ -68,7 +68,7 @@
1.8
8
- 1.2.2-SNAPSHOT
+ 1.2.3-SNAPSHOT
2.0.25.Final
@@ -103,7 +103,7 @@
https://github.com/opensearch-project/security
scm:git:git@github.com:opensearch-project/security.git
scm:git:git@github.com:opensearch-project/security.git
- 1.2.2.0
+ 1.2.3.0
diff --git a/release-notes/opensearch-security.release-notes-1.2.3.0.md b/release-notes/opensearch-security.release-notes-1.2.3.0.md
new file mode 100644
index 0000000000..cd338eca94
--- /dev/null
+++ b/release-notes/opensearch-security.release-notes-1.2.3.0.md
@@ -0,0 +1,7 @@
+## 2021-12-17 Version 1.2.3.0
+
+Compatible with OpenSearch 1.2.3
+
+### Maintenance
+
+* Version bump to 1.2.3 ([#1531](https://github.com/opensearch-project/security/pull/1531))
\ No newline at end of file