Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Bumping version to 1.13.2.0 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
thalurur authored Mar 30, 2021
1 parent a669d4c commit aca99cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ext {
}

group = "com.amazon.opendistroforelasticsearch"
version = "${opendistroVersion}.1"
version = "${opendistroVersion}.0"

dependencies {
compileOnly "org.elasticsearch:elasticsearch:${es_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# permissions and limitations under the License.
#

version = 1.13.1
version = 1.13.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Version 1.13.2.0 2021-03-30

Compatible with Elasticsearch 7.10.2

### Bug fixes
* Correcting rollup rewriting logic in field caps filter for cross cluster search and introducing a setting to prevent the rewrite if not desired ([#422](https://github.com/opendistro-for-elasticsearch/index-management/pull/422))

0 comments on commit aca99cf

Please sign in to comment.