diff --git a/CHANGELOG.md b/CHANGELOG.md index 798d156..b34d36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to Consolation will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). We adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1] - 2022-07-27 + +### Fixed +- Support Unity's Input System package. + ## [1.3.0] - 2022-02-08 ### Added diff --git a/Console.cs b/Console.cs index 81a0620..db21087 100644 --- a/Console.cs +++ b/Console.cs @@ -15,7 +15,7 @@ namespace Consolation /// /// A console to display Unity's debug logs in-game. /// - /// Version: 1.3.0 + /// Version: 1.3.1 /// public class Console : MonoBehaviour { diff --git a/package.json b/package.json index c36477e..9474ce8 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,5 @@ "keywords": ["console", "debug", "log", "logging"], "name": "com.matthewminer.consolation", "unity": "2017.1", - "version": "1.3.0" + "version": "1.3.1" }