Skip to content

Commit 8b84cd3

Browse files
committed
Prepare for 2.1.0 release
1 parent 44f881e commit 8b84cd3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.1.0 (2025-03-05)
2+
--------------------------
3+
Add chatbot medium (#127)
4+
Add sbt installation step to CI (#127)
5+
16
Version 2.0.0 (2022-03-07)
27
--------------------------
38
Migrate from travis to github actions (#120)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Scala implementation is a core component of [Snowplow][snowplow], the open-s
1616
You can add the following to your SBT config:
1717

1818
```scala
19-
val refererParser = "com.snowplowanalytics" %% "scala-referer-parser" % "2.0.0"
19+
val refererParser = "com.snowplowanalytics" %% "scala-referer-parser" % "2.1.0"
2020
```
2121

2222
### Usage

0 commit comments

Comments
 (0)