Skip to content

Commit 8780faf

Browse files
authored
Merge pull request #132 from finagle/0.11.0
Triggering 0.11.0 release
2 parents 46ea075 + 779e795 commit 8780faf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.10.0"
27+
"io.github.finagle" %% "finagle-postgres" % "0.11.0"
2828
)
2929
```
3030

@@ -58,8 +58,8 @@ See [CHANGELOG.md](CHANGELOG.md)
5858
* [Mairbek Khadikov][mairbek] (project creator)
5959
* [The Factory][thefactory]
6060
* [Vladimir Kostyukov][vkostyukov]
61-
* [Jeremy Smith](https://github.com/jeremyrsmith) (current maintainer)
62-
* [Leon Maia](https://github.com/leonmaia)
61+
* [Jeremy Smith](https://github.com/jeremyrsmith)
62+
* [Leon Maia](https://github.com/leonmaia) (current maintainer)
6363

6464
## License
6565

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.11.0-SNAPSHOT"
1+
version in ThisBuild := "0.11.0"

0 commit comments

Comments
 (0)