Skip to content

Commit c5a6272

Browse files
committed
Prepare for 1.1.4 release
1 parent 46b7a06 commit c5a6272

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 1.1.4 (2025-04-17)
2+
--------------------------
3+
Add vendorAsSnakeCase and nameAsSnakeCase (#101)
4+
Install sbt in github actions (#102)
5+
16
Version 1.1.3 (2023-01-17)
27
--------------------------
38
Build and publish for scala 3 (#98)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ sbt compile
2222
In order to include Iglu Scala Core into your project, add following to your `build.sbt`:
2323

2424
```scala
25-
libraryDependencies += "com.snowplowanalytics" % "iglu-core" % "1.1.3"
25+
libraryDependencies += "com.snowplowanalytics" % "iglu-core" % "1.1.4"
2626
```
2727

2828
## Find out more

0 commit comments

Comments
 (0)