From 1167d1ec19f2f19ba1d213633c6398e58409d850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lomig=20Me=CC=81gard?= Date: Sun, 17 Nov 2019 15:43:43 +0100 Subject: [PATCH] Release version 0.4.2. --- CHANGELOG.md | 2 +- README.md | 4 ++-- build.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5795c1d..3aef319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.4.2 (unreleased) +## 0.4.2 (2019-11-17) - Rejection handler handles all CorsRejection (#53). - Update Scala to 2.12.10 and 2.13.1. diff --git a/README.md b/README.md index 6252406..7f736ab 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,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.2 ` | 2019-11-17 | `10.1.10` | `2.11.12`, `2.12.10`, `2.13.1` | | `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` | @@ -26,7 +26,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.1" +libraryDependencies += "ch.megard" %% "akka-http-cors" % "0.4.2" ``` ## Quick Start diff --git a/build.sbt b/build.sbt index 1527cac..92acbc4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ lazy val commonSettings = Seq( organization := "ch.megard", - version := "0.4.2-SNAPSHOT", + version := "0.4.2", scalaVersion := "2.12.10", crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.1"), scalacOptions ++= Seq(