diff --git a/CHANGELOG.md b/CHANGELOG.md index 855d942..281a106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [1.2.0] - 2021/07/17 + +### Added + +- Surface/LightingRamp (rewrite) + +### Removed + +- Surface/Ramp + ## [1.1.1] - 2021/06/30 ### Changed diff --git a/package.json b/package.json index 1f31d1b..24f345d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.zigurous.shaders.standard", - "version": "1.1.1", + "version": "1.2.0", "displayName": "Zigurous Standard Shaders", "description": "The Standard Shaders package contains general-purpose shaders for Unity projects including surface, lit, and unlit shaders.", "unity": "2019.4",