From 71c67802f49b74299f9d37e8fb8f686bd6a971ea Mon Sep 17 00:00:00 2001 From: Denis Mishin Date: Tue, 12 Mar 2024 19:31:07 -0400 Subject: [PATCH] use actual PR authors --- changelogs/v0.25.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/v0.25.1.md b/changelogs/v0.25.1.md index d0bf0c8c8..c1b2aec33 100644 --- a/changelogs/v0.25.1.md +++ b/changelogs/v0.25.1.md @@ -1,9 +1,9 @@ ## What's Changed ### Changed -* connect: add gRPC keep-alive by @backport-actions-token in https://github.com/pomerium/pomerium/pull/4962 -* core/zero: fix ticker usage by @backport-actions-token in https://github.com/pomerium/pomerium/pull/5019 -* core/ci: check docker base images by @backport-actions-token in https://github.com/pomerium/pomerium/pull/5028 +* connect: add gRPC keep-alive by @wasaga in https://github.com/pomerium/pomerium/pull/4962 +* core/zero: fix ticker usage by @calebdoxsey in https://github.com/pomerium/pomerium/pull/5019 +* core/ci: check docker base images by @calebdoxsey in https://github.com/pomerium/pomerium/pull/5028 * ci: bump Go to 1.21.8 in docker by @wasaga in https://github.com/pomerium/pomerium/pull/5027 **Full Changelog**: https://github.com/pomerium/pomerium/compare/v0.25.0...v0.25.1