Skip to content

Commit

Permalink
v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Aug 9, 2023
1 parent 88c2b18 commit a3f43c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Expand Up @@ -4,6 +4,17 @@ PgBouncer changelog
PgBouncer 1.20.x
----------------

**2023-08-09 - PgBouncer 1.20.1 - "Optional options"**

- Fixes
* Fix regression where putting `options` inside `ignore_startup_parameters`
would not ignore unknown parameters inside the `options` startup parameter
anymore. ([#908]) (regression was introduced in 1.20.0)
* Fix confusing typo in the docs ([#917])

[#908]: https://github.com/pgbouncer/pgbouncer/pull/908
[#917]: https://github.com/pgbouncer/pgbouncer/pull/917

**2023-07-20 - PgBouncer 1.20.0 - "A funny name goes here"**

- Deprecations
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([PgBouncer],
[1.20.0],
[1.20.1],
[https://github.com/pgbouncer/pgbouncer/issues], [],
[https://www.pgbouncer.org/])
AC_CONFIG_SRCDIR(src/janitor.c)
Expand Down

0 comments on commit a3f43c2

Please sign in to comment.