From a0ff0591d752d366b88248374ff45ace324ef7c0 Mon Sep 17 00:00:00 2001 From: Ben Grater <87393999+BenGraterUnity@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:44:06 -0800 Subject: [PATCH 1/2] Update CHANGELOG --- com.unity.postprocessing/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/com.unity.postprocessing/CHANGELOG.md b/com.unity.postprocessing/CHANGELOG.md index 93505f3f292..bc8d4efac23 100644 --- a/com.unity.postprocessing/CHANGELOG.md +++ b/com.unity.postprocessing/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Fixed +- + +## [3.5.1] - 2025-09-19 + +### Added +- Package signed + ## [3.5.0] - 2025-06-18 ### Added From 3f61951774bb75305d8d7eede8e9948c4e9b3743 Mon Sep 17 00:00:00 2001 From: Ben Grater <87393999+BenGraterUnity@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:48:29 -0800 Subject: [PATCH 2/2] Bump PPV2 package to 3.5.2 --- com.unity.postprocessing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.postprocessing/package.json b/com.unity.postprocessing/package.json index f35700a8b20..ce43341dc3b 100644 --- a/com.unity.postprocessing/package.json +++ b/com.unity.postprocessing/package.json @@ -1,6 +1,6 @@ { "name": "com.unity.postprocessing", - "version": "3.5.0", + "version": "3.5.2", "displayName": "Post Processing", "unity": "2019.4", "unityRelease": "19f1",