Skip to content

Commit

Permalink
Merge pull request #132 from finagle/0.11.0
Browse files Browse the repository at this point in the history
Triggering 0.11.0 release
  • Loading branch information
leonmaia authored Jun 6, 2019
2 parents 46ea075 + 779e795 commit 8780faf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependency.

```scala
libraryDependencies ++= Seq(
"io.github.finagle" %% "finagle-postgres" % "0.10.0"
"io.github.finagle" %% "finagle-postgres" % "0.11.0"
)
```

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

## License

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.11.0-SNAPSHOT"
version in ThisBuild := "0.11.0"

0 comments on commit 8780faf

Please sign in to comment.