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

Commit

Permalink
Prepare for 0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Aug 23, 2021
1 parent bf68173 commit 0037c34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.8.2 (2021-08-23)
--------------------------
Bump jackson-dataformat-cbor to 2.11.4 (#152)
Remove bintray and oss snapshots resolvers (#151)
Bump iglu-scala-client to 1.1.1 (#150)
Bump snowplow-badrows to 2.1.1 (#149)

Version 0.8.1 (2021-06-25)
--------------------------
Use non-AWS endpoints in host inference (#131)
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.8.1-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.8.2-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 @@ import com.eed3si9n.jarjarabrams.ShadeRule
object BuildSettings {

lazy val buildSettings = Seq[Setting[_]](
version := "0.8.1",
version := "0.8.2",
organization := "com.snowplowanalytics",
scalaVersion := "2.12.12",
Global / concurrentRestrictions += Tags.limit(Tags.Test, 1),
Expand Down

0 comments on commit 0037c34

Please sign in to comment.