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