We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 652ca02 + 5473983 commit f080815Copy full SHA for f080815
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/). Note that Semantic Versioning is not
5
necessarily followed during pre-1.0 development.
6
7
+## 0.6.0
8
+* Updated to Finagle 18.1.0
9
+
10
## 0.5.0
11
* Update to Finagle 17.11.0
12
* Update to SBT 1.1.0
README.md
@@ -24,7 +24,7 @@ dependency.
24
25
```scala
26
libraryDependencies ++= Seq(
27
- "io.github.finagle" %% "finagle-postgres" % "0.5.0"
+ "io.github.finagle" %% "finagle-postgres" % "0.6.0"
28
)
29
```
30
0 commit comments