Skip to content

Commit

Permalink
Release version 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lomigmegard committed Nov 17, 2019
1 parent 471fdb5 commit 1167d1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 1167d1e

Please sign in to comment.