Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAtle-008dgr-IK for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 06 Dec 2023 15:24:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rAtld-00AUfI-3C for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 06 Dec 2023 15:24:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAtlc-00AUfA-Rz for pgsql-jdbc-commits@lists.postgresql.org; Wed, 06 Dec 2023 15:24:52 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAtla-0096En-5g for pgsql-jdbc-commits@lists.postgresql.org; Wed, 06 Dec 2023 15:24:51 +0000 Received: from github.com (hubbernetes-node-abc436b.va3-iad.github.net [10.48.145.22]) by smtp.github.com (Postfix) with ESMTPA id 0964B40B41 for ; Wed, 6 Dec 2023 07:24:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701876289; bh=jXwif4LTRBd9q7QINfS2IuFD2QmB8C6bJk/ZRLjp+Wc=; h=Date:From:To:Subject:From; b=nCahJMP5GiKVbWr/zdxQROu4wUYD6mpxyU1LziZpfbGs2Hgq7Bda8TGylVCDvfvnI xSqv1hJ1bYARa20asNr3C9JtYK9TFfD7Rx9xdSpsFIYrrCiQFs2l9pHW2EiLBn0PIk nCq4EUcr+R5qqqs3cmnCdaq5hu6gshBzoeXVYmzI= Date: Wed, 06 Dec 2023 07:24:49 -0800 From: Dave Cramer To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 27bbcc: fix attribution Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 27bbccfeb73eec105057e53ae6068faf0e6f40b2 https://github.com/pgjdbc/pgjdbc/commit/27bbccfeb73eec105057e53ae6068faf0e6f40b2 Author: Dave Cramer Date: 2023-12-06 (Wed, 06 Dec 2023) Changed paths: M docs/content/changelogs/2023-12-06-42.7.1-release.md Log Message: ----------- fix attribution