Skip to content

Commit

Permalink
Prepare for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Nov 1, 2021
1 parent d75d2dc commit 0c11efc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.0.1 (2021-11-01)
--------------------------
Integrate lacework (#232)
Use sbt-dynver (#233)
Add Twitter Maven repository (#234)
Fix premature shutdown of HTTP connection pool (#231)
Bump amazon-kinesis-client to 1.14.4 (#230)
Optimise fromEnriched function (#227)

Version 2.0.0 (2021-07-03)
--------------------------
Use AdoptOpenJDK 11 as docker base image (#224)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ sudo apt-get install lzop liblzo2-dev
The Snowplow S3 Loader has the following command-line interface:

```
snowplow-s3-loader: Version 2.0.0
snowplow-s3-loader: Version 2.0.1
Usage: snowplow-s3-loader [options]
Expand All @@ -65,7 +65,7 @@ You will need to edit all fields in the config. Consult [this portion][config]
Next, start the sink, making sure to specify your new config file:

```bash
$ java -jar snowplow-s3-loader-2.0.0.jar --config my.conf
$ java -jar snowplow-s3-loader-2.0.1.jar --config my.conf
```

## Find out more
Expand All @@ -91,7 +91,7 @@ limitations under the License.
[travis-image]: https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
[travis]: http://travis-ci.org/snowplow/snowplow-s3-loader

[release-image]: http://img.shields.io/badge/release-2.0.0-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-2.0.1-blue.svg?style=flat
[releases]: https://github.com/snowplow/snowplow-s3-loader/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down

0 comments on commit 0c11efc

Please sign in to comment.