Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #44 from zalando-incubator/issue-42-release-new-ve…
Browse files Browse the repository at this point in the history
…rsion

#42 prepared release 0.3.1
  • Loading branch information
dmitrykrivaltsevich authored Sep 21, 2017
2 parents 8c369b4 + d2151d4 commit 176040b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [0.3.1] - 2017-10-21
### Changed
- Scala and Playframework versions has been upgraded by @matterche. Now the library requires Scala v2.12.3 and Playframework v2.6.3. Note that there might be an [issue with circuit breaker](https://github.com/zalando-incubator/play-zhewbacca/issues/43).

## [0.2.3] - 2017-09-18
### Added
- Class name added to request logs by @rgritti
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import scalariform.formatter.preferences._

val commonSettings = Seq(
organization := "org.zalando",
version := "0.2.3",
version := "0.3.1",
scalaVersion := "2.12.3",
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
publishTo := {
Expand Down

0 comments on commit 176040b

Please sign in to comment.