Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion com.unity.postprocessing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion com.unity.postprocessing/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion com.unity.postprocessing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.postprocessing",
"version": "3.4.1",
"version": "3.5.0",
"displayName": "Post Processing",
"unity": "2019.4",
"unityRelease": "19f1",
Expand Down