We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45680e commit 5b153e1Copy full SHA for 5b153e1
CHANGELOG
@@ -1,3 +1,7 @@
1
+Version 1.0.7 (2022-06-11)
2
+--------------------------
3
+Bump jackson to 2.12.7 (#235)
4
+
5
Version 1.0.6 (2022-03-24)
6
--------------------------
7
Update license header to 2022 (#232)
README.md
@@ -25,7 +25,7 @@ $ sbt compile
25
The Snowplow Elasticsearch Loader has the following command-line interface:
26
27
```
28
-snowplow-elasticsearch-loader 1.0.6
+snowplow-elasticsearch-loader 1.0.7
29
30
Usage: snowplow-elasticsearch-loader [options]
31
@@ -52,7 +52,7 @@ aws {
52
Next, start the loader, making sure to specify your new config file:
53
54
```bash
55
-$ java -jar snowplow-elasticsearch-loader-1.0.6.jar --config my.conf
+$ java -jar snowplow-elasticsearch-loader-1.0.7.jar --config my.conf
56
57
58
## Find out more
0 commit comments