From 4f24f2bd37f3ff7082d62bff3fe49e7a6db9b389 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 26 Aug 2022 09:56:11 +1200 Subject: [PATCH] Bump version to 2.2.0 --- addons/godot_xterm/plugin.cfg | 2 +- docs/CHANGELOG.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/addons/godot_xterm/plugin.cfg b/addons/godot_xterm/plugin.cfg index 567ac79..77db18d 100644 --- a/addons/godot_xterm/plugin.cfg +++ b/addons/godot_xterm/plugin.cfg @@ -3,5 +3,5 @@ name="GodotXterm" description="" author="Leroy Hopson" -version="2.1.1" +version="2.2.0" script="plugin.gd" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b8f8025..4dd44c0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,7 +5,10 @@ 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](https://github.com/lihop/godot-xterm/compare/v2.1.1...HEAD) +## [Unreleased](https://github.com/lihop/godot-xterm/compare/v2.2.0...HEAD) + + +## [v2.2.0](https://github.com/lihop/godot-xterm/compare/v2.1.1...v2.2.0) - 2022-08-26 ### Changed - Changed theme item names to be compatible with Godot version 3.5 (no spaces), consistent with other theme item names (snake_case), and to match the ANSI