Skip to content

Commit f080815

Browse files
authored
Merge pull request #72 from leonmaia/changelog-0.6.0
update changelog for 0.6.0
2 parents 652ca02 + 5473983 commit f080815

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.6.0
8+
* Updated to Finagle 18.1.0
9+
710
## 0.5.0
811
* Update to Finagle 17.11.0
912
* Update to SBT 1.1.0

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.5.0"
27+
"io.github.finagle" %% "finagle-postgres" % "0.6.0"
2828
)
2929
```
3030

0 commit comments

Comments
 (0)