Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit f10294d

Browse files
committed
Bumped version to 1.3.0
1 parent 27ff2bc commit f10294d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Thanks!
100100

101101
## Changelog
102102

103-
### 1.3.0 (Upcoming)
103+
### 1.3.0
104104
* Support for ElasticSearch 1.0 (with autodetection of servers)
105105
* Deprecated the sourceCompression flag (it's useless since we're auto-detecting compression)
106106
* ElasticSearch driver now supports basic authentication
@@ -110,7 +110,7 @@ Thanks!
110110
* Added support for aliases in exports
111111

112112
### 1.2.0
113-
* New File Layout (incompatible with 1.1.x)
113+
* New File Layout (incompatible with exporter 1.1.x)
114114
* Index settings are now also exported, when exporting in scope all or index
115115
* On errors the connection will be retried for fetching and writing data
116116
* Colors dependencies is now included explicitly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "mallox@pyxzl.net"
99
},
1010
"license": "Apache 2.0",
11-
"version": "1.2.0",
11+
"version": "1.3.0",
1212
"author": "Ravi Gairola <mallox@pyxzl.net>",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)