Skip to content

Commit 2c9ab75

Browse files
committed
Prepare for release
1 parent ef52176 commit 2c9ab75

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.5.0 (2019-01-08)
2+
--------------------------
3+
Make the Medium enumeration public (#47)
4+
Bump Scala to 2.12.8 (#54)
5+
Bump cats-effect to 1.1.0 (#40)
6+
Bump cats-core to 1.5.0 (#39)
7+
Bump circe to 0.11.0 (#52)
8+
Bump circe to 0.10.0 (#41)
9+
Bump specs2 to 4.3.6 (#53)
10+
Enforce scalafmt (#51)
11+
Change codecov badge to point to the develop branch (#37)
12+
113
Version 0.4.0 (2018-08-30)
214
--------------------------
315
Move parsing code to Scala and remove Java support (#29)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ More examples can be seen in [ParseTest.scala][parsetest-scala]. See [Parser.sca
6565
Add this to your SBT config:
6666

6767
```scala
68-
val refererParser = "com.snowplowanalytics" %% "referer-parser" % "0.4.0"
68+
val refererParser = "com.snowplowanalytics" %% "referer-parser" % "0.5.0"
6969
```
7070

7171
## Contributing

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val root = (project in file(".")).
33
settings(
44
name := "scala-referer-parser",
55
organization := "com.snowplowanalytics",
6-
version := "0.4.0",
6+
version := "0.5.0",
77
description := "Library for extracting marketing attribution data from referer URLs",
88
scalaVersion := "2.12.8",
99
crossScalaVersions := Seq("2.11.12", "2.12.8"),

0 commit comments

Comments
 (0)