From 7d3cf3bc5db1ccae6ddaa2f44633cc2556f7a6f8 Mon Sep 17 00:00:00 2001 From: spalger Date: Mon, 12 Jun 2017 10:56:57 -0700 Subject: [PATCH] add 13.1 release notes --- docs/changelog.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 9d1266032..39a1bb8c4 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,10 @@ [[changelog]] == Changelog +=== 13.1.0 (Jun 12 2017) + + * apiVersion `"5.4"` is now the default + === 13.0.1 (May 9 2017) * Fixed the way that `clearScroll` handles it's `scrollId` param https://github.com/elastic/elasticsearch-js/pull/541[#541]