Commit cf64c4495bd for woocommerce

commit cf64c4495bd1b9a1e00590a446df865b74383114
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Wed Jun 17 13:49:14 2026 +0530

    Prepare Packages for Release (#65795)

    Automated change: Prep @automattic/woocommerce-analytics for release.

    Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>

diff --git a/packages/php/woocommerce-analytics/CHANGELOG.md b/packages/php/woocommerce-analytics/CHANGELOG.md
index 7e412f90937..b142c1123e3 100644
--- a/packages/php/woocommerce-analytics/CHANGELOG.md
+++ b/packages/php/woocommerce-analytics/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## 0.16.6 - 2026-06-17
+### Fixed
+- Stop minting throwaway anonymous IDs for events from clients without a persisted visitor cookie (e.g. UA-spoofing crawlers hitting add-to-cart), which inflated session counts. Such events are now skipped instead. [#65792]
+
 ## 0.16.5 - 2026-06-02
 ### Fixed
 - Guard cart hook handlers against missing cart item data to prevent PHP warnings. [#64963]
diff --git a/packages/php/woocommerce-analytics/changelog/fix-cookieless-event-session-inflation b/packages/php/woocommerce-analytics/changelog/fix-cookieless-event-session-inflation
deleted file mode 100644
index 4a94147285a..00000000000
--- a/packages/php/woocommerce-analytics/changelog/fix-cookieless-event-session-inflation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fixed
-
-Stop minting throwaway anonymous IDs for events from clients without a persisted visitor cookie (e.g. UA-spoofing crawlers hitting add-to-cart), which inflated session counts. Such events are now skipped instead.
diff --git a/packages/php/woocommerce-analytics/composer.json b/packages/php/woocommerce-analytics/composer.json
index 2aa6a7d3e18..d9a6a81ac18 100644
--- a/packages/php/woocommerce-analytics/composer.json
+++ b/packages/php/woocommerce-analytics/composer.json
@@ -3,7 +3,7 @@
 	"description": "Enhanced analytics for WooCommerce users.",
 	"type": "jetpack-library",
 	"license": "GPL-2.0-or-later",
-	"version": "0.16.5",
+	"version": "0.16.6",
 	"require": {
 		"php": ">=7.2",
 		"automattic/jetpack-assets": "^4.3",