diff --git a/build.gradle b/build.gradle
index ec71282296..e1b73f4939 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,7 +37,7 @@ plugins {
buildDir = 'gradle-build'
ext {
- securityPluginVersion = '1.0.0.0'
+ securityPluginVersion = '1.0.1.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}
diff --git a/plugin-descriptor.properties b/plugin-descriptor.properties
index 0cee6d5f9e..12f2c4977b 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.0.0.0
+version=1.0.1.0
#
# 'name': the plugin name
name=opensearch-security
diff --git a/pom.xml b/pom.xml
index c50bbee8a4..6c4646b015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
org.opensearch
opensearch-security
jar
- 1.0.0.0
+ 1.0.1.0
OpenSearch Security
OpenSearch Security
https://github.com/opensearch-project/security
@@ -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.0.0.0
+ 1.0.1.0
diff --git a/release-notes/opensearch-security.release-notes-1.0.1.0.md b/release-notes/opensearch-security.release-notes-1.0.1.0.md
new file mode 100644
index 0000000000..e6158ca5dc
--- /dev/null
+++ b/release-notes/opensearch-security.release-notes-1.0.1.0.md
@@ -0,0 +1,23 @@
+## 2021-08-31 Version 1.0.1.0
+
+Compatible with OpenSearch 1.0.0
+
+### Bug fixes
+
+* Return HTTP 409 if get parallel put request ([#1158](https://github.com/opensearch-project/security/pull/1158))
+* Add validation for null array DataType ([#1157](https://github.com/opensearch-project/security/pull/1157))
+* Add support for ResolveIndexAction handling ([#1312](https://github.com/opensearch-project/security/pull/1312))
+* Fix LDAP authentication when using StartTLS ([#1415](https://github.com/opensearch-project/security/pull/1415))
+* Fix index permissions for negative lookahead and negated regex index patterns ([#1300](https://github.com/opensearch-project/security/pull/1300))
+
+### Maintenance
+
+* Fix maven build ${version} deprecation warning ([#1209](https://github.com/opensearch-project/security/pull/1209))
+* Fix race condition on async test for PR #1158 ([#1331](https://github.com/opensearch-project/security/pull/1331))
+* Build OpenSearch in CD workflow in order to build security plugin ([#1364](https://github.com/opensearch-project/security/pull/1364))
+* Update checkNullElementsInArray() unit test to check both error message and error code instead of only checking the error code ([#1370](https://github.com/opensearch-project/security/pull/1370))
+* Add themed logo to README ([#1333](https://github.com/opensearch-project/security/pull/1333))
+* Checkout OpenSearch after Cache in CD ([#1410](https://github.com/opensearch-project/security/pull/1410))
+* Address follow up comments for PR #1172 ([#1224](https://github.com/opensearch-project/security/pull/1224))
+* Upgrade CXF to v3.4.4 ([#1412](https://github.com/opensearch-project/security/pull/1412))
+* Bump version to 1.0.1.0 ([#1418](https://github.com/opensearch-project/security/pull/1418))