Skip to content

Commit a8522e4

Browse files
committed
Release 0.8.2
1 parent 0f143dd commit a8522e4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/). Note that Semantic Versioning is not
55
necessarily followed during pre-1.0 development.
66

7+
## 0.8.2
8+
* Fix SSL session verification.
9+
* Fix #75 - Name resolution failed
10+
711
## 0.8.0
812
* Don't include password in stack registry.
913
* Add JSON in default types.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependency.
2424

2525
```scala
2626
libraryDependencies ++= Seq(
27-
"io.github.finagle" %% "finagle-postgres" % "0.8.0"
27+
"io.github.finagle" %% "finagle-postgres" % "0.8.2"
2828
)
2929
```
3030

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
lazy val buildSettings = Seq(
33
organization := "io.github.finagle",
4-
version := "0.8.0",
4+
version := "0.8.2",
55
scalaVersion := "2.12.4",
66
crossScalaVersions := Seq("2.11.12","2.12.4"),
77
fork in Test := true

0 commit comments

Comments
 (0)