diff --git a/com.unity.postprocessing/CHANGELOG.md b/com.unity.postprocessing/CHANGELOG.md index 3471a2fb693..107ff7a74c4 100644 --- a/com.unity.postprocessing/CHANGELOG.md +++ b/com.unity.postprocessing/CHANGELOG.md @@ -4,13 +4,14 @@ 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] +## [3.5.0] - 2025-06-12 ### Added - Added Switch2 platform support ### Fixed - Remove support for PVRTC format in Unity 6.1 or newer +- Documentation updates ## [3.4.0] - 2023-12-11 diff --git a/com.unity.postprocessing/LICENSE.md b/com.unity.postprocessing/LICENSE.md index 03085d9eefa..1c492caaffd 100644 --- a/com.unity.postprocessing/LICENSE.md +++ b/com.unity.postprocessing/LICENSE.md @@ -1,4 +1,4 @@ -com.unity.postprocessing copyright © 2024 Unity Technologies +com.unity.postprocessing copyright © 2025 Unity Technologies Licensed under the Unity Companion License for Unity-dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License). diff --git a/com.unity.postprocessing/package.json b/com.unity.postprocessing/package.json index 87ce6a25e50..f35700a8b20 100644 --- a/com.unity.postprocessing/package.json +++ b/com.unity.postprocessing/package.json @@ -1,6 +1,6 @@ { "name": "com.unity.postprocessing", - "version": "3.4.1", + "version": "3.5.0", "displayName": "Post Processing", "unity": "2019.4", "unityRelease": "19f1",