Skip to content

Commit

Permalink
Release version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lomigmegard committed Aug 6, 2020
1 parent 68a8421 commit 02b6653
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## unreleased
## 1.1.0 (2020-08-06)

- Update akka-http to 10.2.0.
- Update akka to 2.6.8.
- Update Scala to 2.13.3 and 2.12.12.

## 1.0.0 (2020-05-25)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is a Scala/Java implementation for the server-side targeting the [akka-http

| Version | Release date | Akka Http version | Scala versions |
| -------- | ------------ | ----------------- | -------------------------------- |
| `1.1.0` | 2020-08-06 | `10.2.0` | `2.12.12`, `2.13.3` |
| `1.0.0` | 2020-05-25 | `10.1.12` | `2.12.11`, `2.13.2` |
| `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` |
Expand All @@ -26,7 +27,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" % "1.0.0"
libraryDependencies += "ch.megard" %% "akka-http-cors" % "1.1.0"
```

## 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 := "1.0.1-SNAPSHOT",
version := "1.1.0",
scalaVersion := "2.13.3",
crossScalaVersions := Seq(scalaVersion.value, "2.12.12"),
scalacOptions ++= Seq(
Expand Down

0 comments on commit 02b6653

Please sign in to comment.