File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) . Note that Semantic Versioning is not
5
5
necessarily followed during pre-1.0 development.
6
6
7
+ ## 0.8.2
8
+ * Fix SSL session verification.
9
+ * Fix #75 - Name resolution failed
10
+
7
11
## 0.8.0
8
12
* Don't include password in stack registry.
9
13
* Add JSON in default types.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependency.
24
24
25
25
``` scala
26
26
libraryDependencies ++= Seq (
27
- " io.github.finagle" %% " finagle-postgres" % " 0.8.0 "
27
+ " io.github.finagle" %% " finagle-postgres" % " 0.8.2 "
28
28
)
29
29
```
30
30
Original file line number Diff line number Diff line change 1
1
2
2
lazy val buildSettings = Seq (
3
3
organization := " io.github.finagle" ,
4
- version := " 0.8.0 " ,
4
+ version := " 0.8.2 " ,
5
5
scalaVersion := " 2.12.4" ,
6
6
crossScalaVersions := Seq (" 2.11.12" ," 2.12.4" ),
7
7
fork in Test := true
You can’t perform that action at this time.
0 commit comments