diff --git a/release-notes/opensearch-cross-cluster-replication.release-notes-1.3.0.0.md b/release-notes/opensearch-cross-cluster-replication.release-notes-1.3.0.0.md new file mode 100644 index 00000000..953eda3b --- /dev/null +++ b/release-notes/opensearch-cross-cluster-replication.release-notes-1.3.0.0.md @@ -0,0 +1,11 @@ +## Version 1.3.0.0 Release Notes + +Compatible with OpenSearch 1.2.0 +### Enhancements +* Enhance Autofollow task to start replication jobs based on settings ([#307](https://github.com/opensearch-project/cross-cluster-replication/pull/321)) + +### Bug Fixes +* Bugfix: Stregthen validation checks for status API ([#317](https://github.com/opensearch-project/cross-cluster-replication/pull/317)) + +### Infrastructure +* [CI] Default CI Java Version to Java 11, run tests on 8, 11 and 17 ([#329](https://github.com/opensearch-project/cross-cluster-replication/pull/329))