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
chuwy committed Sep 17, 2020
1 parent ea8f1cd commit b9d2bb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.7.1 (2020-09-17)
--------------------------
Avoid loading whole DynamoDB manifest into memory (#116)

Version 0.7.0 (2020-08-24)
--------------------------
Integrate Snyk (#112)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.7.1-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.7.0",
version := "0.7.1",
organization := "com.snowplowanalytics",
scalaVersion := "2.11.12",
resolvers ++= Seq(
Expand Down

0 comments on commit b9d2bb2

Please sign in to comment.