diff --git a/Changelog.rdoc b/Changelog.rdoc index d254e12..e4cd4b1 100644 --- a/Changelog.rdoc +++ b/Changelog.rdoc @@ -1,5 +1,7 @@ == Unreleased: +== 1.2.0 / 2021-09-21 + - Replaced DES-algorithm with Ruby's built-in OpenSSL wrapper instead - Parse framebuffer width/height and hostname from ServerInitialisation - Added a project Gemfile diff --git a/lib/net/vnc/version.rb b/lib/net/vnc/version.rb index cae385b..907a605 100644 --- a/lib/net/vnc/version.rb +++ b/lib/net/vnc/version.rb @@ -1,5 +1,5 @@ module Net class VNC - VERSION = '1.1.0'.freeze + VERSION = '1.2.0'.freeze end end