diff --git a/CHANGES.md b/CHANGES.md index 53556ed3de6..75ae01d173a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # PlayCanvas Engine Changes +### 0.169.14 +* [FIX] Corrently initialize specularity in GLSL +* [FIX] Shader generation should include normal if prefiltered cubemap is used + ### 0.169.13 * When cubemap resources are not preloaded, skip face texture loading * [FIX] Force backface culling for post effect system diff --git a/VERSION b/VERSION index 617ae6c8c89..a719a68260b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.169.13 +0.169.14