Skip to content

Commit

Permalink
PgBouncer 1.15.0 (#144)
Browse files Browse the repository at this point in the history
* PgBouncer 1.15.0

* update changelog
  • Loading branch information
beanieboi authored May 31, 2021
1 parent b229604 commit 05fef3f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Unreleased
* pgbouncer 1.15
* streamline bin/compile
* moving to CircleCI
* remove support for Cedar 14
Expand Down
Binary file modified pgbouncer-heroku-16.tgz
Binary file not shown.
Binary file modified pgbouncer-heroku-18.tgz
Binary file not shown.
Binary file modified pgbouncer-heroku-20.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion support/pgbouncer-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

PGBOUNCER_VERSION=${PGBOUNCER_VERSION-1.14.0}
PGBOUNCER_VERSION=${PGBOUNCER_VERSION-1.15.0}

pgbouncer_tarball_url=https://www.pgbouncer.org/downloads/files/${PGBOUNCER_VERSION}/pgbouncer-${PGBOUNCER_VERSION}.tar.gz

Expand Down

0 comments on commit 05fef3f

Please sign in to comment.