Skip to content

Commit 1abe1cd

Browse files
committed
Version bump 0.10.1.1
1 parent 76111fd commit 1abe1cd

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
group = "com.amazon.opendistroforelasticsearch"
1515
// Increment the final digit when there's a new plugin versions for the same opendistro version
1616
// Reset the final digit to 0 when upgrading to a new opendistro version
17-
version = "${opendistroVersion}.0" + (isSnapshot ? "-SNAPSHOT" : "")
17+
version = "${opendistroVersion}.1" + (isSnapshot ? "-SNAPSHOT" : "")
1818

1919

2020
if (!project.hasProperty("archivePath")) {

opendistro-elasticsearch-security.release-notes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 2020-01-29, Version 0.10.0.4 (Current)
1+
## 2020-03-05, Version 0.10.1.1 (Current)
2+
3+
- Adding capability to hot reload ssl certificates
4+
- Added changes for SuperAdmin to update/add/delete reserved configs
5+
6+
## 2020-01-29, Version 0.10.0.4
27

38
- New API to fetch and update account details (currently used for password update)
49

plugin-descriptor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description=Provide access control related features for Elasticsearch 6
44
#
55
# 'version': plugin's version
6-
version=0.10.1.0
6+
version=0.10.1.1
77
#
88
# 'name': the plugin name
99
name=opendistro_security

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<groupId>com.amazon.opendistroforelasticsearch</groupId>
3636
<artifactId>opendistro_security</artifactId>
3737
<packaging>jar</packaging>
38-
<version>0.10.1.0</version>
38+
<version>0.10.1.1</version>
3939
<name>Open Distro Security for Elasticsearch</name>
4040
<description>Open Distro For Elasticsearch Security</description>
4141
<url>https://github.com/opendistro-for-elasticsearch/security</url>
@@ -52,7 +52,7 @@
5252
<url>https://github.com/opendistro-for-elasticsearch/security</url>
5353
<connection>scm:git:[email protected]:opendistro-for-elasticsearch/security.git</connection>
5454
<developerConnection>scm:git:[email protected]:opendistro-for-elasticsearch/security.git</developerConnection>
55-
<tag>0.10.1.0</tag>
55+
<tag>0.10.1.1</tag>
5656
</scm>
5757

5858
<developers>

0 commit comments

Comments
 (0)