From 8a86fd3497bc4a509071e373d0b461fb0cf70e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lomig=20Me=CC=81gard?= Date: Wed, 12 Jun 2019 23:32:10 +0200 Subject: [PATCH] Release version 0.4.1. --- CHANGELOG.md | 2 +- README.md | 3 ++- build.sbt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e8d30..a7c1fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## unreleased +## 0.4.1 (2019-06-12) - Cross compile with Scala 2.13.0. - Update akka-http to 10.1.8. diff --git a/README.md b/README.md index 4b56e4c..f6bc2e8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This is a Scala/Java implementation for the server-side targeting the [akka-http | Version | Release date | Akka Http version | Scala versions | | -------- | ------------ | ----------------- | -------------------------------- | +| `0.4.1 ` | 2019-06-12 | `10.1.8` | `2.11.12`, `2.12.8`, `2.13.0` | | `0.4.0 ` | 2019-03-09 | `10.1.7` | `2.11.12`, `2.12.8`, `2.13.0-M5` | | `0.3.4 ` | 2019-01-17 | `10.1.7` | `2.11.12`, `2.12.8`, `2.13.0-M5` | | `0.3.0 ` | 2018-03-24 | `10.1.0` | `2.11.12`, `2.12.5`, `2.13.0-M3` | @@ -24,7 +25,7 @@ Some less interesting versions are not listed in the above table. The complete l ## Getting Akka Http Cors akka-http-cors is deployed to Maven Central. Add it to your `build.sbt` or `Build.scala`: ```scala -libraryDependencies += "ch.megard" %% "akka-http-cors" % "0.4.0" +libraryDependencies += "ch.megard" %% "akka-http-cors" % "0.4.1" ``` ## Quick Start diff --git a/build.sbt b/build.sbt index 2d01cd1..b176e32 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ lazy val commonSettings = Seq( organization := "ch.megard", - version := "0.4.1-SNAPSHOT", + version := "0.4.1", scalaVersion := "2.12.8", crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.0"), scalacOptions ++= Seq(