Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Aug 24, 2020
1 parent ec9637a commit 0e8bfb7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 0.7.0 (2020-08-24)
--------------------------
Integrate Snyk (#112)
Add Snyk credentials to .travis.yml (#113)
Add authentication support for storage integration (#106)
Update default JDBC host (#102)
Fix sbt-dynamodb usage (#111)
Bump SBT to 1.2.8 (#110)
Bump snowflake-jdbc to 3.12.10 (#109)

Version 0.6.0 (2020-01-31)
--------------------------
Extend copyright notice to 2020 (#96)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Assuming git and [SBT][sbt] installed:
```bash
$ git clone https://github.com/snowplow-incubator/snowplow-snowflake-loader.git
$ cd snowplow-snowflake-loader
$ sbt test
$ sbt clean startDynamodbLocal assembly dynamodbLocalTestCleanup stopDynamodbLocal
```

## Copyright and License
Expand All @@ -40,7 +40,7 @@ limitations under the License.
[travis]: https://travis-ci.org/snowplow/snowplowsnowflaketransformer
[travis-image]: https://travis-ci.org/snowplow/snowplowsnowflaketransformer.png?branch=master

[release-image]: http://img.shields.io/badge/release-0.6.0-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.7.0-blue.svg?style=flat
[releases]: https://github.com/snowplow/snowplowsnowflaketransformer/releases

[sbt]: https://www.scala-sbt.org/
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object BuildSettings {

lazy val buildSettings = Seq[Setting[_]](
name := "snowplow-snowflake-loader",
version := "0.6.0",
version := "0.7.0",
organization := "com.snowplowanalytics",
scalaVersion := "2.11.12",
resolvers ++= Seq(
Expand Down

0 comments on commit 0e8bfb7

Please sign in to comment.