From 55a140a44c5abdf7083c2b9f96a712595e2442cf Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Tue, 15 Nov 2022 08:14:09 -0600 Subject: [PATCH] Prepare 1.1.2 for release --- CHANGELOG.md | 4 ++++ lib/twine/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7a5d5..b58f2d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.2 (2022-11-15) + +- Bugfix: Fixed a runtime error caused by a missing rexml dependency in Ruby 3 (#312) + # 1.1.1 (2021-01-28) - Bugfix: Properly parse multiline comments in Android XML files (#300) diff --git a/lib/twine/version.rb b/lib/twine/version.rb index 5485200..669bf16 100644 --- a/lib/twine/version.rb +++ b/lib/twine/version.rb @@ -1,3 +1,3 @@ module Twine - VERSION = '1.1.1' + VERSION = '1.1.2' end