Skip to content

Commit

Permalink
Merge pull request #91 from finagle/0.8.2
Browse files Browse the repository at this point in the history
Release 0.8.2
  • Loading branch information
leonmaia authored Nov 19, 2018
2 parents 0f143dd + a8522e4 commit 55c1308
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). Note that Semantic Versioning is not
necessarily followed during pre-1.0 development.

## 0.8.2
* Fix SSL session verification.
* Fix #75 - Name resolution failed

## 0.8.0
* Don't include password in stack registry.
* Add JSON in default types.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependency.

```scala
libraryDependencies ++= Seq(
"io.github.finagle" %% "finagle-postgres" % "0.8.0"
"io.github.finagle" %% "finagle-postgres" % "0.8.2"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

lazy val buildSettings = Seq(
organization := "io.github.finagle",
version := "0.8.0",
version := "0.8.2",
scalaVersion := "2.12.4",
crossScalaVersions := Seq("2.11.12","2.12.4"),
fork in Test := true
Expand Down

0 comments on commit 55c1308

Please sign in to comment.