From 66f50a8a13d4981b164b1d205070b1e542eebcad Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Fri, 4 Dec 2020 22:35:19 +0100 Subject: [PATCH] Release 2.3.0 --- ChangeLog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8e9c4c48..a5f38ab1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] - +## [2.3.0] - 2020-12-04 ### Added - Support for [Shader Graph](https://unity.com/shader-graph) based Render Pipelines including [Universal Render Pipeline (URP)](https://unity.com/srp/universal-render-pipeline) and [High Definition Render Pipeline (HDRP)](https://unity.com/srp/High-Definition-Render-Pipeline) (#41,#42) - Material inspector: texture rotation value (in degrees) for both built-in and Shader Graph materials diff --git a/package.json b/package.json index 72ccba5d..1ecb2ab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "2.2.0", + "version": "2.3.0", "displayName": "glTFast", "description": "Load glTF assets at runtime.", "unity": "2019.3",